sdk.form.groupschema.props
Home > @matterway/sdk > Form > GroupSchema > props
Form.GroupSchema.props property
Additional custom props for the field component like: title
, description
.
Signature:
props?: Pick<GroupProps, 'description' | 'title'>;