Interface: SectionFuncProps
Defined in: plugin/registry.tsx:116
Properties
component
component: (props: object) => ReactNode;
Defined in: plugin/registry.tsx:118
Parameters
| Parameter | Type |
|---|---|
props | { resource: any; } |
props.resource | any |
Returns
ReactNode
title
title: string;
Defined in: plugin/registry.tsx:117