@microsoft/fast-element/declarative.js > CachedPath
CachedPath type
A path discovered while parsing a template.
Signature:
export type CachedPath = DefaultCachedPath | RepeatCachedPath | AccessCachedPath | EventCachedPath;
References: DefaultCachedPath, RepeatCachedPath, AccessCachedPath, EventCachedPath