Accordion: API Table
class: LionAccordion
, lion-accordion
Fields
Name | Privacy | Type | Default | Description | Inherited From |
---|---|---|---|---|---|
focusedIndex | public | number | index number of the focused accordion | ||
expanded | public | array | array of indices of the expanded accordions | ||
exclusive | public | boolean | false | exclusive property allows only one accordion slot to be open at a time |
Methods
Name | Privacy | Description | Parameters | Return | Inherited From |
---|---|---|---|---|---|
_setupContent | protected | entry: StoreEntry | |||
_setupInvoker | protected | entry: StoreEntry | |||
_cleanInvoker | protected | entry: StoreEntry | |||
_focusInvoker | protected | entry: StoreEntry | |||
_unfocusInvoker | protected | entry: StoreEntry | |||
_collapse | protected | entry: StoreEntry | |||
_expand | protected | entry: StoreEntry |
Attributes
Name | Field | Inherited From |
---|---|---|
focusedIndex | focusedIndex | |
expanded | expanded | |
exclusive | exclusive |