diff --git a/api/@internal/component/ets/sidebar.d.ts b/api/@internal/component/ets/sidebar.d.ts index 1daef1b95ba4635784bd30bb311dc1f301b48ec4..55e73273e394c8822b4b865e610897bc57fecafd 100644 --- a/api/@internal/component/ets/sidebar.d.ts +++ b/api/@internal/component/ets/sidebar.d.ts @@ -30,6 +30,23 @@ declare enum SideBarContainerType { Overlay, } +/** + * Sets the sidebar position of showing + * @since 9 + */ +declare enum SideBarPosition { + /** + * The sidebar is on the Start of the container + * @since 9 + */ + Start, + /** + * The sidebar is on the End of the container + * @since 9 + */ + End, +} + /** * Sets the control button style * @since 8 @@ -145,6 +162,12 @@ declare class SideBarContainerAttribute extends CommonMethod