Home > @jsplumbtoolkit/templates > AbstractEntry
AbstractEntry class
Signature:
export declare abstract class AbstractEntry
Constructors
| Constructor | Modifiers | Description |
|---|---|---|
| (constructor)(instance) | Constructs a new instance of the AbstractEntry class |
Properties
| Property | Modifiers | Type | Description |
|---|---|---|---|
| bindings | Record<string, Binding> | ||
| children | Array<AbstractEntry> | ||
| context | string | ||
| elements | Array<any> | ||
| functionBody | string | ||
| instance | Knockle | ||
| postcompile? | Function | (Optional) | |
| precompile? | Function | (Optional) | |
| remove | boolean | ||
| tag | string | ||
| type | string | ||
| uuid | string |
Methods
| Method | Modifiers | Description |
|---|---|---|
| compile() | ||
| updateFrom(entry, newEntry, parent) |