Package-level declarations
Types
Link copied to clipboard
class DndDragHandleComponent<PAYLOAD : Any>(ctx: Ctx<DndDragHandleComponent.Props<PAYLOAD>>) : Component<DndDragHandleComponent.Props<PAYLOAD>>
Link copied to clipboard
Link copied to clipboard
class DndDropTargetComponent<PAYLOAD : Any>(ctx: Ctx<DndDropTargetComponent.Props<PAYLOAD>>) : Component<DndDropTargetComponent.Props<PAYLOAD>>
Functions
Link copied to clipboard
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