Home > @jsplumbtoolkit/browser-ui > CustomTagOptions
CustomTagOptions interface
Options for a custom tag
Signature:
export interface CustomTagOptions
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
defaultableFragmentKeys? | Array<string> | (Optional) | |
fragments? | Record<string, Record<string, string>> | (Optional) | |
rendered? | (el: any, data: any, instance: Recado, parent: ElementFacade) => void | (Optional) | |
template | string | ||
updated? | (el: any, data: any, instance: Recado) => void | (Optional) |