associatedTab
The tab that this action is associated with, or nil if it’s the default action.
Declaration
weak var associatedTab: (any WKWebExtensionTab)? { get }Discussion
When this property is nil, it indicates that the action is the default action and not associated with a specific tab.