sdk.form.statictextschema
Home > @matterway/sdk > Form > StaticTextSchema
Form.StaticTextSchema interface
Signature:
export interface StaticTextSchema
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
hidden? | boolean | FormFieldPredicate | (Optional) | |
text | TextProps['children'] | a static text, might contain instructions for the next step, or some information for the user. | |
type | 'statictext' | The type of form field used to edit this value. |