The API reference is a Work in Progress and will be continuously improved and extended. We'd love to hear your feedback in our documentation repository.
Home > @edtr-io/plugin > ChildStateTypeConfig
ChildStateTypeConfig interface
Signature:export interface ChildStateTypeConfig<K extends string = string, S = unknown>
Properties
Property | Type | Description |
---|---|---|
config? | {} | (Optional) |
initialState? | S | (Optional) |
plugin | K |