API reference
Properties
Property | Attribute | Description | Type | Default |
---|---|---|---|---|
disabled | disabled | When true , interaction is prevented and the component is displayed with lower opacity. | boolean | false |
heading | heading | The header text for all nested calcite-list-item rows. | string |
Slots
Name | Description |
---|---|
default (unnamed) | A slot for adding calcite-list-item and calcite-list-item-group elements. |
Styles
Name | Description |
---|---|
--calcite-list-background-color | Specifies the component's background color. |
--calcite-list-color | Specifies the component's color. |
Methods
Name | Description | Signature |
---|---|---|
componentOnReady | Create a promise that resolves once component is fully loaded. | componentOnReady(): Promise<void> |