FunctionsStore
ts
type FunctionsStore = object;Defined in: stores/fns.ts:13
Store for managing the function registry.
Holds all available functions that can be executed via callFn.
Since
1.0.0
Author
Simon Kovtyk
Properties
fns
ts
fns: Fns;Defined in: stores/fns.ts:14
setFns
ts
setFns: (fns) => void;Defined in: stores/fns.ts:15
Parameters
| Parameter | Type |
|---|---|
fns | Fns |
Returns
void