diff --git a/src/views/overlaypanel/OverlayPanelDoc.vue b/src/views/overlaypanel/OverlayPanelDoc.vue index 8d314c19c..70d227509 100644 --- a/src/views/overlaypanel/OverlayPanelDoc.vue +++ b/src/views/overlaypanel/OverlayPanelDoc.vue @@ -24,8 +24,8 @@ toggle(event) {
Clicking outside the overlay hides the panel, setting dismissable to false disables this behavior. - Additionally enablign showCloseIcon property displays a close icon at the top right corner to close the panel.
+Clicking outside the overlay hides the panel, setting dismissable to false disables this behavior. + Additionally enabling showCloseIcon property displays a close icon at the top right corner to close the panel.
Name | -Type | -Default | -Description | -
---|---|---|---|
Name | +Type | +Default | +Description | +
dismissable | -boolean | -true | -Enables to hide the overlay when outside is clicked. | -
showCloseIcon | -boolean | -false | -When enabled, displays a close icon at top right corner. | -
appendTo | -string | -null | -DOM element instance where the dialog should be mounted. | -
baseZIndex | -number | -0 | -Base zIndex value to use in layering. | -
autoZIndex | -boolean | -true | -Whether to automatically manage layering. | -
dismissable | +boolean | +true | +Enables to hide the overlay when outside is clicked. | +
showCloseIcon | +boolean | +false | +When enabled, displays a close icon at top right corner. | +
appendTo | +string | +null | +DOM element instance where the dialog should be mounted. | +
baseZIndex | +number | +0 | +Base zIndex value to use in layering. | +
autoZIndex | +boolean | +true | +Whether to automatically manage layering. | +