Skip to main content

Interface: EditorEvents

Event data for EditorController events.

See

EditorController

Properties

PropertyTypeDescription

changeAuthoringState

PropertyChange<EditorController, AuthoringState>

Triggered on EditorController.authoringState property change.

changeMode

PropertyChange<EditorController, boolean>

Triggered on EditorController.inAuthoringMode property change.

changeTemporaryState

PropertyChange<EditorController, TemporaryState>

Triggered on EditorController.temporaryState property change.

changeValidationState

PropertyChange<EditorController, ValidationState>

Triggered on EditorController.validationState property change.