sdk.form.basefieldschema
Home > @matterway/sdk > Form > BaseFieldSchema
Form.BaseFieldSchema interface
Signature:
export interface BaseFieldSchema
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
disabled? | boolean | FormFieldPredicate | (Optional) | |
hidden? | boolean | FormFieldPredicate | (Optional) | |
name | string | Name of the property in the result data. |