Interface SegmentedSchema

Hierarchy

  • BaseFieldSchema
  • Pick<SegmentedFieldProps, "label" | "items">
    • SegmentedSchema

Properties

disabled?: boolean | FormFieldPredicate
hidden?: boolean | FormFieldPredicate
name: string

Name of the property in the result data.

props?: Partial<SegmentedFieldProps>

Additional custom props for the field component like: label, required.

type: "segmented"

The type of form field used to edit this value.

validation?: StringValidation

An optional string validation property for the segmented: email, ensure, length ... etc.

Generated using TypeDoc