Skip to main content

BootstrapClientTagBox.GetTagHtmlElement(index) Method

Returns an HTML span element that corresponds to the specified tag.

Declaration

GetTagHtmlElement(
    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.

See Also