@microsoft/fast-element > DOMSink
DOMSink type
A function used to send values to a DOM sink.
Signature:
export type DOMSink = (target: Node, aspectName: string, value: any, ...args: any[]) => void;
@microsoft/fast-element > DOMSink
A function used to send values to a DOM sink.
Signature:
export type DOMSink = (target: Node, aspectName: string, value: any, ...args: any[]) => void;