BootstrapClientTreeViewNode.SetBadgeText(text) Method
Sets the text displayed within the node badge.
Declaration
SetBadgeText(
text: string
): void
Parameters
Name | Type | Description |
---|---|---|
text | string | A String specifying the badge text. |
See Also