Interface: UIButtonOptions
Defined in: src/ui/components/UIButton.ts:7
Extends
Properties
ariaLabel?
optionalariaLabel:string
Defined in: src/ui/components/UIButton.ts:10
children?
optionalchildren:Object3D<Object3DEventMap>[]
Defined in: src/ui/UIElement.ts:93
Inherited from
disabled?
optionaldisabled:boolean
Defined in: src/ui/components/UIButton.ts:11
icon?
optionalicon:string
Defined in: src/ui/components/UIButton.ts:9
interactionEnabled?
optionalinteractionEnabled:boolean
Defined in: src/ui/UIElement.ts:96
Inherited from
UIElementOptions.interactionEnabled
label?
optionallabel:string
Defined in: src/ui/components/UIButton.ts:8
onClick()?
optionalonClick: () =>void
Defined in: src/ui/components/UIButton.ts:12
Returns
void
pointerEvents?
optionalpointerEvents:PointerEvents
Defined in: src/ui/UIElement.ts:95
Inherited from
UIElementOptions.pointerEvents
reticleMode?
optionalreticleMode:ReticleMode
Defined in: src/ui/UIElement.ts:97
Inherited from
style?
optionalstyle:UIStyle
Defined in: src/ui/UIElement.ts:92
Inherited from
visible?
optionalvisible:boolean
Defined in: src/ui/UIElement.ts:94