DataInputPropsinterface
{
props: Schemas<T>;
}| Property | Type | |
|---|---|---|
.props | Schemas<T> | Schema for the sub-fields of this input. required |
Props for DataInput, a composite input that edits an object of schema-validated sub-fields.
{
props: Schemas<T>;
}| Property | Type | |
|---|---|---|
.props | Schemas<T> | Schema for the sub-fields of this input. required |
Props for DataInput, a composite input that edits an object of schema-validated sub-fields.