Methods Overview
These methods are available on the KanbanInstanceApi object returned by ref or the init callback.
Methods
| detach | Removes a previously registered handler or interceptor by tag |
| exec | Dispatches an action through the event bus |
| getCards | Returns the unfiltered source card array in its original order |
| getReactiveState | Returns reactive stores for each state field, enabling subscriptions to state changes |
| getState | Returns a snapshot of the current store state |
| getStores | Returns the raw store instances for direct access |
| intercept | Registers an interceptor that runs before the default action handler |
| on | Registers a handler that fires after the store processes an action |
| Methods Overview | API methods available on the Kanban instance |
| setNext | Appends a handler chain to the event bus for downstream action processing |