Skip to content

ActionRouterOptions

Defined in: actions.ts:15

optional fallback?: ActionHandler

Defined in: actions.ts:17

Handler for unmatched actions. Defaults to console.warn.


optional separator?: string

Defined in: actions.ts:19

Separator between prefix and argument. Default: ”:”