본문으로 건너뛰기

PieViewOptions

PieView용 옵션들

interface PieViewOptions extends ControlBarItemOptions

Extends

Properties

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

아이템을 표시할 위치.

PieView가 클릭되었을 때 카메라를 리셋할 방향을 지정합니다.
false일 경우 이 동작을 비활성화하며, true일 경우 기본값을 사용합니다.

Properties

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"

아이템을 표시할 위치.

resetCamera

>=4.0.0
resetCamera

boolean | Partial<{ duration: number; easing: ((x: number) => number); pitch: number; yaw: number; zoom: number }>

PieView가 클릭되었을 때 카메라를 리셋할 방향을 지정합니다.
false일 경우 이 동작을 비활성화하며, true일 경우 기본값을 사용합니다.