editor › Globals › IEditorInterface
Interface: IEditorInterface
Hierarchy
- IEditorInterface
Implemented by
Index
Methods
Methods
getPrimaryModel
▸ getPrimaryModel(): CompositeModel
Defined in src/moduleInterfaces/EditorInterface.ts:6
Returns: CompositeModel
getRenderContext
▸ getRenderContext(): any
Defined in src/moduleInterfaces/EditorInterface.ts:17
Returns: any
getScriptInterface
▸ getScriptInterface(): ScriptInterface
Defined in src/moduleInterfaces/EditorInterface.ts:20
Returns: ScriptInterface
getSerializedPrimaryModel
▸ getSerializedPrimaryModel(): any
Defined in src/moduleInterfaces/EditorInterface.ts:9
Returns: any
getUndoEngine
▸ getUndoEngine(): any
Defined in src/moduleInterfaces/EditorInterface.ts:15
Returns: any
wakeUp
▸ wakeUp(): void
Defined in src/moduleInterfaces/EditorInterface.ts:12
Returns: void