- Source: src/plugins/typedefs/index.js (Line 7)
Type Definitions
-
CorePluginContainer
-
Type:
- object
- Since: 3.8.0
- Source: src/plugins/typedefs/CorePluginContainer.js (Line 1)
Properties:
Name Type Argument Default Description keystring The unique name of this plugin in the core plugin cache.
pluginfunction The plugin to be stored. Should be the source object, not instantiated.
mappingstring <optional>
If this plugin is to be injected into the Scene Systems, this is the property key map used.
customboolean <optional>
false Core Scene plugin or a Custom Scene plugin?
-
CustomPluginContainer
-
Type:
- object
- Since: 3.8.0
- Source: src/plugins/typedefs/CustomPluginContainer.js (Line 1)
Properties:
Name Type Description keystring The unique name of this plugin in the custom plugin cache.
pluginfunction The plugin to be stored. Should be the source object, not instantiated.
-
GlobalPlugin
-
Type:
- object
- Since: 3.0.0
- Source: src/plugins/typedefs/GlobalPlugin.js (Line 1)
Properties:
Name Type Argument Description keystring The unique name of this plugin within the plugin cache.
pluginfunction An instance of the plugin.
activeboolean <optional>
Is the plugin active or not?
mappingstring <optional>
If this plugin is to be injected into the Scene Systems, this is the property key map used.
