Type Alias: sectionFunc
type sectionFunc = (resource: KubeObject) =>
| SectionFuncProps
| null
| undefined;
Defined in: plugin/registry.tsx:158
Parameters
| Parameter | Type |
|---|---|
resource | KubeObject |
Returns
| SectionFuncProps
| null
| undefined
Deprecated
please used DetailsViewSectionType and registerDetailViewSection