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