diff --git a/src/views/sidebar/SidebarDoc.vue b/src/views/sidebar/SidebarDoc.vue index 4a2ee1974..f41937db2 100644 --- a/src/views/sidebar/SidebarDoc.vue +++ b/src/views/sidebar/SidebarDoc.vue @@ -8,9 +8,9 @@ import Sidebar from 'primevue/sidebar';
Sidebar is used as a container and visibility is controlled with visible property.
+Sidebar is used as a container and visibility is controlled with visible property that requires the sync operator for two-way binding.
Sidebar can either be located on the left (default), right, top or bottom of the screen depending on the position property.
Name | -Type | -Default | -Description | -
---|---|---|---|
Name | +Type | +Default | +Description | +
visible | -boolean | -false | -Specifies the visibility of the dialog. | -
position | -string | -left | -Specifies the position of the sidebar, valid values are "left", "right", "top", "bottom" and "full". | -
baseZIndex | -number | -0 | -Base zIndex value to use in layering. | -
autoZIndex | -boolean | -true | -Whether to automatically manage layering. | -
dismissable | -boolean | -true | -Whether clicking outside closes the panel. | -
showCloseIcon | -boolean | -true | -Whether to display a close icon inside the panel. | -
modal | -boolean | -true | -Whether to a modal layer behind the sidebar. | -
visible | +boolean | +false | +Specifies the visibility of the dialog. | +
position | +string | +left | +Specifies the position of the sidebar, valid values are "left", "right", "top", "bottom" and "full". | +
baseZIndex | +number | +0 | +Base zIndex value to use in layering. | +
autoZIndex | +boolean | +true | +Whether to automatically manage layering. | +
dismissable | +boolean | +true | +Whether clicking outside closes the panel. | +
showCloseIcon | +boolean | +true | +Whether to display a close icon inside the panel. | +
modal | +boolean | +true | +Whether to a modal layer behind the sidebar. | +