AddressSchemaOptionsinterface
{
readonly value?: Partial<AddressData> | undefined;
}| Property | Type | |
|---|---|---|
.value | Partial<AddressData> | Partial default value merged over the per-field defaults. readonly |
Allowed options for AddressSchema.
- The
propsare fixed to the postal-address fields internally, so only the defaultvalueand base schema options are exposed.