API reference
Properties
| Property | Attribute | Description | Type | Default |
|---|---|---|---|---|
| detached | detached | When true, the content area displays like a floating panel. | boolean | false |
| heightScale | height-scale | Specifies the maximum height of the component. | "l" | "m" | "s" | "s" |
| position | position | Specifies the component's position. Will be flipped when the element direction is right-to-left ("rtl"). | "end" | "start" | "end" |
Slots
| Name | Description |
|---|---|
| default (unnamed) | A slot for adding content to the calcite-shell-panel. |
| action-bar | A slot for adding a calcite-action-bar to the calcite-shell-panel. |
Methods
| Name | Description | Signature |
|---|---|---|
| componentOnReady | Create a promise that resolves once component is fully loaded. | componentOnReady(): Promise<void> |