Type Alias: Actions<C>
API / @xmachines/play-svelte / Actions
type Actions<C> = { [K in keyof InferCatalogActions<C>]: ActionFn<C, K> };Defined in: @json-render/svelte
Registry of all action handlers for a catalog
Type Parameters
| Type Parameter |
|---|
C extends Catalog |