Interface FullscreenControlOptions

interface FullscreenControlOptions {
    container?: HTMLElement;
}

Properties

Properties

container?: HTMLElement