Home > @jsplumbtoolkit/templates-2 > Recado
Recado class
Signature:
export declare abstract class Recado
Constructors
Constructor | Modifiers | Description |
---|---|---|
(constructor)(options) | Constructs a new instance of the Recado class |
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
attributesRe | RegExp | ||
cache | Map<string, any> | ||
closeRe | RegExp | ||
commentRe | RegExp | ||
customTags | Record<string, CustomTag> | ||
defaultTemplate | string | ||
entries | Record<string, AbstractEntry> | ||
helperExpressionRe | RegExp | ||
isBrowser | boolean | ||
macros | Record<string, (d: any) => string> | ||
namespaceHandlers | Record<string, (tag: string) => ElementFacade> | ||
namespaces | Record<string, string> | ||
openCloseRe | RegExp | ||
openRe | RegExp | ||
templateCache | Map<string, Array<AbstractEntry>> | ||
templateResolver | TemplateResolver | ||
tokenizerRe | RegExp |