DataInputPropsinterface

{
	props: Schemas<T>;
}
PropertyType
.propsSchemas<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.