Skip to content
This repository was archived by the owner on May 15, 2019. It is now read-only.

Commit 377b539

Browse files
arutkowski00benjaminforras
authored andcommitted
docs(sidebar): update docs
1 parent d7fe664 commit 377b539

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

demo/src/app/pages/modules/sidebar/sidebar.page.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,12 @@ export class SidebarPage {
8787
{
8888
selector: "<sui-sidebar-sibling>",
8989
properties: [
90+
{
91+
name: "canCloseSidebar",
92+
type: "boolean",
93+
description: "Sets whether the click on page content can close the sidebar.",
94+
defaultValue: "true"
95+
},
9096
{
9197
name: "isDimmedWhenVisible",
9298
type: "boolean",

0 commit comments

Comments
 (0)