Experimental
type ExtensionCardFieldsGroup: object;
Utility type for bundling a group of field definitions with supplementary data, such as a label to describe the
group.
Example: { label: "Ratings", fieldDefinitions: [...] }
Type declaration
fieldDefinitions
fieldDefinitions: ExtensionCardFieldDefinition[];
label
label: string | undefined;