tooltipAt(i, [tooltip])

Class: Tabs.

Description:

Sets or gets the tooltip text for the tab at specified index.

Parameters:

Name Type Description

i

number

Index of the tab

[tooltip]

string

New tooltip text for the tab

Returns:

When setting tooltip argument, this Tabs component object is returned; otherwise current tooltip text is returned.

Type: string | Tabs