DiagramTooltipSettingsTagHelper
Example
Razor
<tooltip>
<connection-template></connection-template>
<shape-template></shape-template>
</tooltip>
ChildTags
| Tag Name | Details |
|---|---|
| connection-template | TemplateTagHelper |
| shape-template | TemplateTagHelper |
Attributes
| Attribute | Type | Description |
|---|---|---|
| connection-template-handler | String | Defines 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. |
| delay | Double | The delay in milliseconds before the tooltipShow event is triggered after the user hovers over a diagram item. |
| enabled | Boolean | Enables or disables the configuration. |
| shape-template-handler | String | Defines 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. |