Contents

commands

The commands associated with the extension.

Declaration

var commands: [WKWebExtension.Command] { get }

Discussion

Provides all commands registered within the extension. Each command represents an action or behavior available for the web extension.

See Also

Related Documentation