Skip to main content

PieViewOptions

Options for PieView

interface PieViewOptions extends ControlBarItemOptions

Extends

Properties

Order within the same position.
The lowest one will be shown first.

Position to display item.

Set rotation to reset camera to when PieView is clicked.
false will disable this value, and true will enable with default options.

Properties

order

>=4.0.0
inherited
order

number

Order within the same position.
The lowest one will be shown first.

position

>=4.0.0
inherited
position

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

Position to display item.

resetCamera

>=4.0.0
resetCamera

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

Set rotation to reset camera to when PieView is clicked.
false will disable this value, and true will enable with default options.