Skip to main content
Version: 2.x

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;