dart/core/js/tabs library
Classes
Extension Types
- ConnectInfo
- CreateProperties
- Event
- GroupOptions
- GroupOptionsCreateProperties
- HighlightInfo
- JSTabs
- MoveProperties
- MutedInfo
- OnActivatedActiveInfo
- OnActiveChangedSelectInfo
- OnAttachedAttachInfo
- OnDetachedDetachInfo
- OnHighlightChangedSelectInfo
- OnHighlightedHighlightInfo
- OnMovedMoveInfo
- OnRemovedRemoveInfo
- OnSelectionChangedSelectInfo
- OnUpdatedChangeInfo
- OnZoomChangeZoomChangeInfo
- QueryInfo
- ReloadProperties
- SendMessageOptions
- Tab
- UpdateProperties
- ZoomSettings
Extensions
Typedefs
- MutedInfoReason = String
- An event that caused a muted state change.
- TabStatus = String
- The tab's loading status.
- WindowType = String
- The type of window.
- ZoomSettingsMode = String
-
Defines how zoom changes are handled, i.e., which entity is responsible for
the actual scaling of the page; defaults to
automatic
. - ZoomSettingsScope = String
-
Defines whether zoom changes persist for the page's origin, or only take
effect in this tab; defaults to
per-origin
when inautomatic
mode, andper-tab
otherwise.