CloseTabsPayload

public struct CloseTabsPayload : Equatable, Hashable
extension CloseTabsPayload: Sendable

The payload sent when invoking a “close tabs” command.

  • The URLs of the tabs to close.

    Declaration

    Swift

    public var urls: [String]
  • Declaration

    Swift

    public init(
        /**
         * The URLs of the tabs to close.
         */urls: [String])