Skip to main content

Interface: UIIconOptions

Defined in: src/ui/components/UIIcon.ts:8

Extends

Properties

ariaLabel?

optional ariaLabel: string

Defined in: src/ui/components/UIIcon.ts:13


children?

optional children: Object3D<Object3DEventMap>[]

Defined in: src/ui/UIElement.ts:93

Inherited from

UIElementOptions.children


filled?

optional filled: boolean

Defined in: src/ui/components/UIIcon.ts:12


icon

icon: string

Defined in: src/ui/components/UIIcon.ts:9


interactionEnabled?

optional interactionEnabled: boolean

Defined in: src/ui/UIElement.ts:96

Inherited from

UIElementOptions.interactionEnabled


pointerEvents?

optional pointerEvents: PointerEvents

Defined in: src/ui/UIElement.ts:95

Inherited from

UIElementOptions.pointerEvents


reticleMode?

optional reticleMode: ReticleMode

Defined in: src/ui/UIElement.ts:97

Inherited from

UIElementOptions.reticleMode


style?

optional style: UIStyle

Defined in: src/ui/UIElement.ts:92

Inherited from

UIElementOptions.style


variant?

optional variant: UIIconVariant

Defined in: src/ui/components/UIIcon.ts:10


visible?

optional visible: boolean

Defined in: src/ui/UIElement.ts:94

Inherited from

UIElementOptions.visible


weight?

optional weight: UIIconWeight

Defined in: src/ui/components/UIIcon.ts:11