SavePlugin
Defined in: save/src/SavePlugin.ts:16
Plugin that registers SaveService into the engine context.
Implements
Section titled “Implements”Plugin
Constructors
Section titled “Constructors”Constructor
Section titled “Constructor”new SavePlugin(
options?):SavePlugin
Defined in: save/src/SavePlugin.ts:22
Parameters
Section titled “Parameters”options?
Section titled “options?”Returns
Section titled “Returns”SavePlugin
Properties
Section titled “Properties”
readonlyname:"save"="save"
Defined in: save/src/SavePlugin.ts:17
Unique plugin name.
Implementation of
Section titled “Implementation of”Plugin.name
version
Section titled “version”
readonlyversion:"1.0.0"="1.0.0"
Defined in: save/src/SavePlugin.ts:18
Semantic version string.
Implementation of
Section titled “Implementation of”Plugin.version
Methods
Section titled “Methods”install()
Section titled “install()”install(
context):void
Defined in: save/src/SavePlugin.ts:26
Install services into the engine context. Called in topological order.
Parameters
Section titled “Parameters”context
Section titled “context”EngineContext
Returns
Section titled “Returns”void
Implementation of
Section titled “Implementation of”Plugin.install