vwc-expansion-panel 2.25.9
Install from the command line:
Learn more about npm packages
$ npm install @vonage/vwc-expansion-panel@2.25.9
Install via package.json:
"@vonage/vwc-expansion-panel": "2.25.9"
About this version
Property | Attribute | Type | Default | Description |
---|---|---|---|---|
dense |
dense |
boolean |
false | |
header |
header |
string |
"" | The heading text of the expanded panel. deprecated please use heading property instead |
heading |
heading |
string |
"" | The heading text of the expanded panel |
icon |
icon |
string |
"" | |
indicatorIconSet |
indicatorIconSet |
string |
"chevron" | |
leadingToggle |
leadingToggle |
boolean |
false | |
noRipple |
noRipple |
boolean |
false | |
open |
open |
boolean |
false | |
ripple |
Promise<Ripple> |
Method | Type | Description |
---|---|---|
close |
(): void |
|
notifyClose |
(): void |
|
notifyOpen |
(): void |
|
openChanged |
(isOpen: boolean): void |
Invoked when the element open state is updated. Expressions inside this method will trigger upon open state change _isOpen: Boolean of open state |
show |
(): void |
Event | Type |
---|---|
closed |
CustomEvent<any> |
opened |
CustomEvent<any> |