sdk.form.horizontalschema
Home > @matterway/sdk > Form > HorizontalSchema
Form.HorizontalSchema interface
Signature:
export interface HorizontalSchema
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
fields | FieldSchema[] | A list of different fields to be grouped: CheckboxSchema , CheckboxListSchema , GroupSchema , HorizontalSchema , InputSchema , RadioListSchema , SegmentedSchema , SelectSchema , ToggleSchema , StaticTextSchema . | |
type | 'horizontal' | The type of form field used to edit this value. |