Type alias: ConnectedContext\<Plugins>
Ƭ ConnectedContext\<Plugins
>: { dataset
: ConnectedLdoDataset
\<Plugins
> } & { [P in Plugins[number] as P["name"]]: P["types"]["context"] }
Each Plugin comes with a context. This is the aggregate of all those contexts It is passed between the various components of the "connected" library
Type parameters
Name | Type |
---|---|
Plugins |
extends ConnectedPlugin \<any , any , any , any >[] |