WidgetInteractionInit
此内容尚不支持你的语言。
Defined in: ui/input/interactable.ts:42
Properties
Section titled “Properties”disabled?
Section titled “disabled?”
optionaldisabled?:boolean
Defined in: ui/input/interactable.ts:44
Start disabled (Interactable.enabled = false).
focusable?
Section titled “focusable?”
optionalfocusable?:boolean
Defined in: ui/input/interactable.ts:46
Participate in Tab traversal + keyboard activation. Default true.
tabIndex?
Section titled “tabIndex?”
optionaltabIndex?:number
Defined in: ui/input/interactable.ts:48
Tab order within the focus ring. Default 0 (document order).