184
edits
m (→Browser settings: Just style ...) |
|||
| Line 168: | Line 168: | ||
*** <code>lastAccessed</code> date of the last interaction with this tab (number of ms since epoch) | *** <code>lastAccessed</code> date of the last interaction with this tab (number of ms since epoch) | ||
*** <code>pinned</code> is the tab pinned? (boolean) | *** <code>pinned</code> is the tab pinned? (boolean) | ||
*** <code>userTypedValue</code> test entered by the user on the address bar (string, optional) | |||
*** <code>closedAt</code> if the tab is closed, the date at which it was closed (optional, ms since epoch) | *** <code>closedAt</code> if the tab is closed, the date at which it was closed (optional, ms since epoch) | ||
** <code>selected</code> the index of the currently selected tab in <code>tabs</code>(number) | ** <code>selected</code> the index of the currently selected tab in <code>tabs</code>(number) | ||
edits