@microsoft/fast-element > DOMSinkGuards
DOMSinkGuards type
A specific DOM sink guard for a node aspect.
Signature:
export type DOMSinkGuards = Record<string, (tagName: string | null, aspect: DOMAspect, aspectName: string, sink: DOMSink) => DOMSink>;
@microsoft/fast-element > DOMSinkGuards
A specific DOM sink guard for a node aspect.
Signature:
export type DOMSinkGuards = Record<string, (tagName: string | null, aspect: DOMAspect, aspectName: string, sink: DOMSink) => DOMSink>;