SystemBarProperties属性增加atomicservice标签

Signed-off-by: Fenger-hash <duanruifeng@huawei.com>
This commit is contained in:
Fenger-hash 2024-04-10 17:14:40 +08:00
parent 99bb32b46b
commit 3721e57faa

View File

@ -582,6 +582,7 @@ declare namespace window {
* Enable the animation of the status bar.
*
* @syscap SystemCapability.Window.SessionManager
* @atomicservice
* @since 12
*/
enableStatusBarAnimation?: boolean;
@ -590,6 +591,7 @@ declare namespace window {
* Enable the animation of the navigation bar.
*
* @syscap SystemCapability.Window.SessionManager
* @atomicservice
* @since 12
*/
enableNavigationBarAnimation?: boolean;