Home
last modified time | relevance | path

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

/interface/sdk-js/api/
D@ohos.application.AccessibilityExtensionAbility.d.ts23 WindowType as _WindowType,
76 export type WindowType = _WindowType; alias
D@ohos.window.d.ts48 enum WindowType { enum
365 type: WindowType;
653 type: WindowType;
1025 windowType: WindowType;
1099 function create(id: string, type: WindowType, callback: AsyncCallback<Window>): void;
1113 function create(id: string, type: WindowType): Promise<Window>;
1127 function create(ctx: BaseContext, id: string, type: WindowType): Promise<Window>;
1141 …function create(ctx: BaseContext, id: string, type: WindowType, callback: AsyncCallback<Window>): …
2094 setWindowType(type: WindowType): Promise<void>;
2106 setWindowType(type: WindowType, callback: AsyncCallback<void>): void;
/interface/sdk-js/api/application/
DAccessibilityExtensionContext.d.ts682 'type': WindowType;
735 type WindowType = 'application' | 'system'; property in AccessibilityExtensionContext