@microsoft/fast-element > CachedPathMap
CachedPathMap type
A map from element names and root properties to JSON schemas.
Signature:
export type CachedPathMap = Map<string, Map<string, JSONSchema>>;
References: JSONSchema
@microsoft/fast-element > CachedPathMap
A map from element names and root properties to JSON schemas.
Signature:
export type CachedPathMap = Map<string, Map<string, JSONSchema>>;
References: JSONSchema