interface IFullScreen {
    enable: boolean;
    zIndex: number;
}

Implemented by

Properties

Properties

enable: boolean
zIndex: number