mirror of
https://gitee.com/openharmony/interface_sdk-js
synced 2024-11-23 07:10:52 +00:00
commit
8b4524d957
10
api/@ohos.arkui.UIContext.d.ts
vendored
10
api/@ohos.arkui.UIContext.d.ts
vendored
@ -2273,6 +2273,16 @@ export class FocusController {
|
||||
* @since 14
|
||||
*/
|
||||
activate(isActive: boolean, autoInactive?: boolean): void;
|
||||
|
||||
/**
|
||||
* Set whether to enable autofocus transfer.
|
||||
* @param { boolean } isAutoFocusTransfer - A Boolean value that indicates whether autofocus transfer is enabled.
|
||||
* @syscap SystemCapability.ArkUI.ArkUI.Full
|
||||
* @crossplatform
|
||||
* @atomicservice
|
||||
* @since 14
|
||||
*/
|
||||
setAutoFocusTransfer(isAutoFocusTransfer: boolean): void;
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user