Home > @jsplumbtoolkit/templates > HtmlEntry > (constructor)
HtmlEntry.(constructor)
Constructs a new instance of the HtmlEntry class
Signature:
constructor(ta: AttributeParseResult, instance: Knockle, templateResolver: (id: string) => string, stack: Array<AbstractEntry>, parseIdStack: Array<string>);
Parameters
| Parameter | Type | Description |
|---|---|---|
| ta | AttributeParseResult | |
| instance | Knockle | |
| templateResolver | (id: string) => string | |
| stack | Array<AbstractEntry> | |
| parseIdStack | Array<string> |