Skip to main content
A newer version of this page is available. .

BootstrapClientTagBox.SetItemBadgeText(index, text) Method

Sets the text displayed within a Tag Box item badge.

Declaration

SetItemBadgeText(
    index: number,
    text: string
): void

Parameters

Name Type Description
index number

The index of a Tag Box item.

text string

A String specifying the badge text.

See Also