Home > @jsplumbtoolkit/browser-ui > createElementNS
createElementNS() function
Signature:
export declare function createElementNS(ns: string, tag: string, style?: Record<string, any>, clazz?: string, atts?: Record<string, string | number>): jsPlumbDOMElement;
Parameters
Parameter | Type | Description |
---|---|---|
ns | string | |
tag | string | |
style | Record<string, any> | |
clazz | string | |
atts | Record<string, string | number> |
Returns: