id


idstringRead-only

Gets the tab's ID.

The ID is the tab's unique identifier. It's used when selecting a tab with the $w() function. By default, tab IDs are #singleTab1, #singleTab2, and so on.

Did this help?