Schema
Allows for control of the boot process of the schema such as piggybacking from other schemas
Reference
Functions
impulse.Schema.Boot(name)
View source »Starts the Schema boot sequence
Parameters
-
name
string
Schema file name
impulse.Schema.PiggyBoot(name, object)
View source »Boots a specified object from a foreign schema using the piggbacking system
Parameters
-
name
string
Schema file name
-
object
string
The folder in the schema to load
impulse.Schema.PiggyBootEntities(name)
View source »Boots all entities from a foreign schema using the piggbacking system
Parameters
-
name
string
Schema file name
impulse.Schema.PiggyBootPlugin(name, plugin)
View source »Boots a specified plugin from a foreign schema using the piggbacking system
Parameters
-
name
string
Schema file name
-
plugin
string
The plugin folder name