본문으로 건너뛰기

FullscreenButton

Since version 4.0.0

풀스크린 진입 / 해제 버튼을 표시합니다.

class FullscreenButton extends ControlBarItem

Extends

Properties

아이템의 엘리먼트

동일한 position 내에서의 순서, 작을수록 먼저 표시됩니다.

아이템을 표시할 위치.

Methods

아이템을 제거하고 할당된 모든 리소스 및 이벤트 핸들러를 제거합니다.

아이템을 초기화합니다.

Constructor

새로운 인스턴스를 생성합니다.
new FullscreenButton(options: Partial<ControlBarItemOptions>): FullscreenButton

Parameters

options

{}

옵션들

Properties

element

>=4.0.0
readonly
element

HTMLElement

아이템의 엘리먼트

order

>=4.0.0
inherited
order

number

동일한 position 내에서의 순서, 작을수록 먼저 표시됩니다.

position

>=4.0.0
inherited
position

"top-left" | "top-right" | "main-top" | "main-bottom" | "main-left" | "main-right"

아이템을 표시할 위치.

Methods

destroy

>=4.0.0
destroy

void

destroy(): void

아이템을 제거하고 할당된 모든 리소스 및 이벤트 핸들러를 제거합니다.

init

>=4.0.0
init

void

init(viewer: View360, controlBar: ControlBar): void

아이템을 초기화합니다.

Parameters

viewer

아이템을 부착할 뷰어의 인스턴스

controlBar

아이템을 부착할 컨트롤바의 인스턴스