Home > @jsplumbtoolkit/templates > ElementEntry
ElementEntry class
Signature:
export declare class ElementEntry extends AbstractEntry
Extends: AbstractEntry
Constructors
| Constructor | Modifiers | Description |
|---|---|---|
| (constructor)(ta, instance, templateResolver, stack, parseIdStack) | Constructs a new instance of the ElementEntry class |
Properties
| Property | Modifiers | Type | Description |
|---|---|---|---|
| atts | Record<string, string> | ||
| custom | boolean | ||
| namespace | string | ||
| parseIdStack | Array<string> | ||
| stack | ParseStack | ||
| templateResolver | TemplateResolver | ||
| type | string |
Methods
| Method | Modifiers | Description |
|---|---|---|
| compile(isCustomScope) | ||
| updateFrom(entry, newEntry, parent) |