Package de.peekandpoke.kraft.addons.dnd

Types

Link copied to clipboard
class DndDropTargetBuilder<PAYLOAD : Any>(payloadType: KClass<PAYLOAD>)

Functions

Link copied to clipboard
fun <P : Any> DndDropTargetBuilder<P>.blueHighlights()
Link copied to clipboard
inline fun <PAYLOAD : Any> Tag.DndDragHandle(    payload: PAYLOAD,     host: Component<*>? = null,     key: String? = null): ComponentRef<DndDragHandleComponent<PAYLOAD>>
Link copied to clipboard
inline fun <PAYLOAD : Any> Tag.DndDropTarget(noinline builder: DndDropTargetBuilder<PAYLOAD>.() -> Unit): ComponentRef<DndDropTargetComponent<PAYLOAD>>
fun <PAYLOAD : Any> Tag.DndDropTarget(payloadType: KClass<PAYLOAD>, builder: DndDropTargetBuilder<PAYLOAD>.() -> Unit): ComponentRef<DndDropTargetComponent<PAYLOAD>>
Link copied to clipboard
fun <P : Any> DndDropTargetBuilder<P>.greenHighlights()