diff --git a/api/@ohos.window.d.ts b/api/@ohos.window.d.ts index 988080d255af111a9841458da9d2b30e3565bc6b..97bcfb4361590dcef82c75441a06741b041bce9e 100644 --- a/api/@ohos.window.d.ts +++ b/api/@ohos.window.d.ts @@ -810,6 +810,13 @@ declare namespace window { * @since 7 */ setTouchable(isTouchable: boolean, callback: AsyncCallback): void; + + /** + * disable window decoration. It must be called before loadContent. + * @systemapi + * @since 9 + */ + disableWindowDecor(): void; } /** * window stage callback event type