ContextAction
Namespace: JoaLauncher.Api
A ContextAction represents a variant with which the user can execute a search result
public record ContextAction : IEquatable<ContextAction>
Properties
public string Id { get; init; }
The key which is used to identify the ContextAction
Type: System.String
public string Name { get; init; }
The name which will be displayed to the user
Type: System.String
public Key Key { get; init; }
The keyboard key that the user can use to execute the search result with this action