DiagramTooltipSettingsTagHelper

Example

Razor
<tooltip>
    <connection-template></connection-template>
    <shape-template></shape-template>
</tooltip>

ChildTags

Tag NameDetails
connection-templateTemplateTagHelper
shape-templateTemplateTagHelper

Attributes

AttributeTypeDescription
connection-template-handlerStringDefines the tooltip that will be shown when hovering over a connection. This option expects the name of a JavaScript function that will be called to return the template.
delayDoubleThe delay in milliseconds before the tooltipShow event is triggered after the user hovers over a diagram item.
enabledBooleanEnables or disables the configuration.
shape-template-handlerStringDefines the tooltip that will be shown when hovering over a connection. This option expects the name of a JavaScript function that will be called to return the template.
In this article
ExampleChildTagsAttributes
Not finding the help you need?
Contact Support