Skip to main content

Interface: CustomWidgetCreateOptions

Extends

Properties

initialVisibility?

optional initialVisibility: boolean

Inherited from

WidgetCreateOptions . initialVisibility


isSelectable?

optional isSelectable: boolean

Inherited from

WidgetCreateOptions . isSelectable


moveEvent()?

optional moveEvent: (arg) => void

Parameters

ParameterType
argCustomWidgetMoveEventData

Returns

void


showTextOnlyWhenSelected?

optional showTextOnlyWhenSelected: boolean


stateChangeEvent()?

optional stateChangeEvent: (arg) => void

Parameters

ParameterType
argWidgetStateChangeEventData

Returns

void

Inherited from

WidgetCreateOptions . stateChangeEvent


text?

optional text: string


visualOffset?

optional visualOffset: Vector3