Skip to main content

BootstrapClientTagBox.GetTagRemoveButtonHtmlElement(index) Method

Returns an HTML span element that corresponds to the specified tag’s remove button.

Declaration

GetTagRemoveButtonHtmlElement(
    index: number
): any

Parameters

Name Type Description
index number

An integer value that is the tag index.

Returns

Type Description
any

An object that is the HTML span element that corresponds to the specified tag’s remove button.

See Also