Home
last modified time | relevance | path

Searched refs:FunctionKey (Results 1 – 3 of 3) sorted by relevance

/interface/sdk-js/api/
D@ohos.inputMethod.d.ts1096 on(type: 'sendFunctionKey', callback: (functionKey: FunctionKey) => void): void;
1107 off(type: 'sendFunctionKey', callback?: (functionKey: FunctionKey) => void): void;
1641 export interface FunctionKey { interface
/interface/sdk-js/api/@internal/component/ets/
Denums.d.ts7776 declare enum FunctionKey { enum
Dcommon.d.ts15414 keyboardShortcut(value: string | FunctionKey, keys: Array<ModifierKey>, action?: () => void): T;