A plugin is just a function that takes the previous and next state of the combobox and returns the final next state.
The config of the combobox
The initial model of the combobox
This is the running input in the chain of plugins
This is the running output in the chain of plugins That will eventually be returned by the update function
Generated using TypeDoc
A plugin is just a function that takes the previous and next state of the combobox and returns the final next state.