SnapshotPlugin
Defined in: packages/save/src/snapshot/SnapshotPlugin.ts:16
Plugin that registers SnapshotService into the engine context.
Implements
Section titled “Implements”Plugin
Constructors
Section titled “Constructors”Constructor
Section titled “Constructor”new SnapshotPlugin(
options?):SnapshotPlugin
Defined in: packages/save/src/snapshot/SnapshotPlugin.ts:22
Parameters
Section titled “Parameters”options?
Section titled “options?”Returns
Section titled “Returns”SnapshotPlugin
Properties
Section titled “Properties”
readonlyname:"snapshot"="snapshot"
Defined in: packages/save/src/snapshot/SnapshotPlugin.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: packages/save/src/snapshot/SnapshotPlugin.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: packages/save/src/snapshot/SnapshotPlugin.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