Skip to main content

BootstrapClientTagBox.GetItemBadgeText(index) Method

Gets the text displayed within a Tag Box item badge.

Declaration

GetItemBadgeText(
    index: number
): string

Parameters

Name Type Description
index number

The index of a Tag Box item.

Returns

Type Description
string

A String specifying the badge text.

See Also