SankeyNodesLabelsSettingsTagHelper
Example
Razor
<labels/>
Attributes
Attribute | Type | Description |
---|---|---|
aria-template | String | The template that will be used for the aria-label attribute of the node. |
aria-template-handler | String | The template that will be used for the aria-label attribute of the node. This option expects the name of a JavaScript function that will be called to return the template. |
aria-template-id | String | The template that will be used for the aria-label attribute of the node. This option expects the ID of the script element that contains the template. |
aria-template-view | IHtmlContent | The template that will be used for the aria-label attribute of the node. This option expects the instance containing the created HTML. |