Search
Loading...
Skip to content

Type Alias: EditorPluginContext

type EditorPluginContext = EnginePluginContext & object;

Represents the context for an editor plugin. This type extends the EnginePluginContext with an optional cesdk property.

Type declaration#

NameType
cesdk?CreativeEditorSDK