A React component that provides access to Getters and Actions within a Template.
Name | Type | Default | Description |
---|---|---|---|
children | (getters: { [getterName: string]: any }, actions: { [actionName: string]: (payload?: any) => void }) => ReactNode | A function that renders a markup using Getters and Actions passed as arguments. |