Skip to main content

Methods Overview

These methods are available on the KanbanInstanceApi object returned by ref or the init callback.

Methods

detachRemoves a previously registered handler or interceptor by tag
execDispatches an action through the event bus
getCardsReturns the unfiltered source card array in its original order
getReactiveStateReturns reactive stores for each state field, enabling subscriptions to state changes
getStateReturns a snapshot of the current store state
getStoresReturns the raw store instances for direct access
interceptRegisters an interceptor that runs before the default action handler
onRegisters a handler that fires after the store processes an action
Methods OverviewAPI methods available on the Kanban instance
setNextAppends a handler chain to the event bus for downstream action processing