$createImageNode() function
Creates an ImageNode.
Signature:
export declare function $createImageNode(options: CreateImageNodeOptions): ImageNode;
Parameters
Parameter | Type | Description |
---|---|---|
options | CreateImageNodeOptions | The payload to create an image. The keys map to the img tag attributes. |
Returns: