Interface: FieldWrapperProps
Defined in: types.ts:425
Properties
as?
optional as?: "div" | "fieldset";
Defined in: types.ts:430
fieldset for grouped controls (radios, checkboxes) — a <legend> names them.
children
children: ReactNode;
Defined in: types.ts:427
component?
optional component?: string;
Defined in: types.ts:432
Drives data-component and the rasd-<Component>__<part> class prefix.
field
field: FieldApi;
Defined in: types.ts:426
hideLabel?
optional hideLabel?: boolean;
Defined in: types.ts:428