Returns the fallback values of the schema.
Hint: The difference to getFallback is that for object and tuple schemas this function recursively returns the fallback values of the subschemas instead of undefined.
getFallback
undefined
The schema to get them from.
The fallback values.
Returns the fallback values of the schema.
Hint: The difference to
getFallbackis that for object and tuple schemas this function recursively returns the fallback values of the subschemas instead ofundefined.