console.topology/details/tab-section
DetailsTabSection contributes a section for a specific tab in the topology details panel.
| Name | Value Type | Optional | Description |
|---|---|---|---|
|
|
no |
A unique identifier for this details tab section. |
|
|
no |
The parent tab ID that this section should contribute to. |
|
|
no |
A hook that returns a component, or if null or undefined, renders in the topology sidebar. SDK component: |
|
|
no |
Deprecated: Fallback if no provider is defined. renderNull is a no-op already. |
|
|
yes |
Insert this item before the item referenced here. For arrays, the first one found in order is used. |
|
|
yes |
Insert this item after the item referenced here. For arrays, the first one found in order is used. The |