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