Home > @jsplumbtoolkit/templates > IfEntry
IfEntry class
Signature:
export declare class IfEntry extends ElementEntry
Extends: ElementEntry
Constructors
| Constructor | Modifiers | Description |
|---|---|---|
| (constructor)(data, instance, templateResolver, stack, parseIdStack) | Constructs a new instance of the IfEntry class |
Properties
| Property | Modifiers | Type | Description |
|---|---|---|---|
| happyFlowChildren | Array<AbstractEntry> | ||
| test | string | ||
| type | string |
Methods
| Method | Modifiers | Description |
|---|---|---|
| compile() | ||
| updateFrom(entry, newEntry, parent) |