DataSchemaOptionsinterface
{
readonly props: Schemas<T>;
readonly value?: Partial<T> | undefined;
}| Property | Type | |
|---|---|---|
.props | Schemas<T> | A named schema for each property the data object must have. required readonly |
.value | Partial<T> | Partial default value merged over the per-prop defaults. readonly |
Options for DataSchema.