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