cabinet-container
<data-view.cabinet-container>
data-view.cabinet-container
Examples
Basic
Status
Properties
Name | Description | Type | Default | Required |
---|---|---|---|---|
type | ContainerType | "host" | ||
data | CabinetNodeProps[] | [] | ||
status | "active" | "faded" | |||
customTitle | string |
Events
Name | Description | Event Detail |
---|---|---|
container.click | ClickEventDataType | |
container.dbclick | ClickEventDataType |
Type references
CabinetNodeProps
Name | Type | Required | Description |
---|---|---|---|
type | "container-group" | "physical-machine" | "virtual-machine" | "pod" | ✅ | |
nodeTitle | string | ✅ | |
status | "active" | "faded" | ||
isAlert | boolean |
ClickEventDataType
Name | Type | Required | Description |
---|---|---|---|
type | "node" | "container" | ✅ | |
data | CabinetNodeProps | undefined | ✅ |
ContainerType
"host" | "k8s" | "k8s-blue"