the State type.
Optional
initial?: Partial<S>Initial state.
Optional
nested?: NestedComponents<S>Nested components.
Optional
services?: Service<S>[]An array of service functions.
Optional
view?: ((cell: MeiosisCell<S>, ...args: any[]) => any)Component view.
Rest
...args: any[]Generated using TypeDoc
A Meiosis component has (all of which are optional) initial state, services, and nested components.