api/SimpleSort-1.0
OneSuite-SimpleSort-1.0 provides a simple sort plugin for the OneSuite
setup_load_embed_and_upgrade(lib, store, pluginType, pluginName, mixins)
This will setup the embed function on the library as well as upgrade any old embeds will also upgrade the store
Parameters
- lib
- the library being setup
- store
- a table used to keep track of what was previously embedded, this is for upgrading.
- pluginType
- pluginName
- mixins
- a table of what needs to be mixed in
Comments