Available on crate feature
api-15 only.Expand description
Provides focus capabilities of ArkUI on the native side, such as focus transfer operations.
Structs§
- ArkUI_
KeyProcessing Mode - Determines the priority of key event processing when component cannot handle the key event.
Functions§
- OH_
ArkUI_ ⚠Focus Activate - Set the focus active state in current window, the focus node would show its focus box.
- OH_
ArkUI_ ⚠Focus Clear - Clear current focus to root scope.
- OH_
ArkUI_ ⚠Focus Request - Apply focus for a specific node.
- OH_
ArkUI_ ⚠Focus SetAuto Transfer - Set the focus transfer behaviour when current focus view changes.
- OH_
ArkUI_ ⚠Focus SetKey Processing Mode - Set the priority of key event processing when component cannot handle the key event.