Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface MutedInfo

Tab muted state and the reason for the last state change.

Hierarchy

  • MutedInfo

Index

Properties

Properties

Optional extensionId

extensionId: string

The ID of the extension that changed the muted state. Not set if an extension was not the reason the muted state last changed.

muted

muted: boolean

Whether the tab is prevented from playing sound (but hasn't necessarily recently produced sound). Equivalent to whether the muted audio indicator is showing.

Optional reason

reason: string

The reason the tab was muted or unmuted. Not set if the tab's mute state has never been changed.

Generated using TypeDoc