Share via


WKWebExtensionContext.GetCommand(NSEvent) Method

Definition

[Foundation.Export("commandForEvent:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual WebKit.WKWebExtensionCommand? GetCommand(AppKit.NSEvent event);
[<Foundation.Export("commandForEvent:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member GetCommand : AppKit.NSEvent -> WebKit.WKWebExtensionCommand
override this.GetCommand : AppKit.NSEvent -> WebKit.WKWebExtensionCommand

Parameters

event
NSEvent

Returns

Attributes

Applies to