sdk.form.segmentedschema
Home > @matterway/sdk > Form > SegmentedSchema
Form.SegmentedSchema interface
Signature:
export interface SegmentedSchema extends BaseFieldSchema, Pick<SegmentedFieldProps, 'label' | 'items'>
Extends: BaseFieldSchema, Pick<SegmentedFieldProps, 'label' | 'items'>
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
props? | Partial<SegmentedFieldProps> | (Optional) Additional custom props for the field component like: label , required . | |
type | 'segmented' | The type of form field used to edit this value. | |
validation? | StringValidation | (Optional) An optional string validation property for the segmented: email , ensure , length ... etc. |