interface FullscreenCompatOptions {
    container?: null | string | HTMLElement;
    element?: null | HTMLElement;
    eventBus?: CompatEventBus;
    view?: unknown;
}

Properties

container?: null | string | HTMLElement
element?: null | HTMLElement
eventBus?: CompatEventBus
view?: unknown