Home > @jsplumbtoolkit/templates > ElementFacade
ElementFacade interface
Signature:
export interface ElementFacade
Properties
| Property | Modifiers | Type | Description |
|---|---|---|---|
| childNodes | Array<ElementFacade> |
Methods
| Method | Description |
|---|---|
| getAttribute(name) | |
| insertAdjacentElement(position, element) | |
| setAttribute(name, value) | |
| setAttributeNS(ns, name, value) | |
| toString() |