共用方式為


FullscreenControlOptions interface

FullscreenControl 物件的選項。

Extends

屬性

container

應設為全螢幕的 HTML 專案。 如果未指定,則會使用對應容器專案。

hideIfUnsupported

指出如果瀏覽器不支援全螢幕模式,是否應該隱藏控制件。 默認 false

style

控件的樣式。 默認 ControlStyle.light

屬性詳細資料

container

應設為全螢幕的 HTML 專案。 如果未指定,則會使用對應容器專案。

container?: HTMLElement

屬性值

HTMLElement

hideIfUnsupported

指出如果瀏覽器不支援全螢幕模式,是否應該隱藏控制件。 默認 false

hideIfUnsupported?: boolean

屬性值

boolean

style

控件的樣式。 默認 ControlStyle.light

style?: ControlStyle

屬性值