[Go to site: main page, start]

Interface SceneControlsActivationChange

The data structure provided to the SceneControl#onChange callback.

interface SceneControlsActivationChange {
    controlChange: string;
    event: Event;
    toggleChanges: Record<string, boolean>;
    toolChange: string;
}
Index

Properties

controlChange: string
event: Event
toggleChanges: Record<string, boolean>
toolChange: string