Interface ISceneContextLeaveOptions

interface ISceneContextLeaveOptions {
    canceled?: boolean;
    silent?: boolean;
}

Properties

Properties

canceled?: boolean

Canceled scene

silent?: boolean

Logging into a handler without executing it

Generated using TypeDoc