FullscreenButton
Since version 4.0.0
풀스크린 진입 / 해제 버튼을 표시합니다.
class FullscreenButton extends ControlBarItem
Extends
Constructor
새로운 인스턴스를 생성합니다.
new FullscreenButton(options: Partial<ControlBarItemOptions>): FullscreenButton
Parameters
옵션들
Properties
element
>=4.0.0
readonlyelementHTMLElement
아이템의 엘리먼트
order
>=4.0.0
inheritedordernumber
동일한 position 내에서의 순서, 작을수록 먼저 표시됩니다.
position
>=4.0.0
inheritedposition"top-left" | "top-right" | "main-top" | "main-bottom" | "main-left" | "main-right"
아이템을 표시할 위치.
Methods
destroy
>=4.0.0
destroyvoid
destroy(): void
아이템을 제거하고 할당된 모든 리소스 및 이벤트 핸들러를 제거합니다.
init
>=4.0.0
initvoid
init(viewer: View360, controlBar: ControlBar): void
아이템을 초기화합니다.
Parameters
viewer
아이템을 부착할 뷰어의 인스턴스
controlBar
아이템을 부착할 컨트롤바의 인스턴스