sdk.form.showformoptions
Home > @matterway/sdk > Form > ShowFormOptions
Form.ShowFormOptions interface
Signature:
export interface ShowFormOptions extends HeaderBarProps
Extends: HeaderBarProps
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
buttons | ButtonListItemProps[] | ||
fields | FieldSchema[] | ||
initialData? | InitialData | (Optional) | |
text? | TextProps['children'] | (Optional) | |
validate? | (data: FieldValues) => Promise<{ field: string; message: string; }[]> | (Optional) |