You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 7, 2020. It is now read-only.
Some plugins need to do some initial startup, and then store some state.
We need to come up with a way to do this.
This will probably include some kind of life-cycle methods exposed as part of the plugin, together with a way to store the state.
It may be simplest to define the state as being of type
Data.Dynamic, as each plugin will know how to convert it for its own internal use.So we add
and each
CommandFuncgets an additionalDynamicparameter passed in.