Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
public class CustomCommand : Carrier
public CustomCommand()
public virtual string ActionData { get; set; }
[JsonIgnore] public CommandAction? Actions { get; set; }
[JsonProperty("Actions")] public string Actions_String { get; set; }
public virtual string Description { get; set; }
public virtual string DisplayName { get; set; }
public virtual string Name { get; set; }
public virtual string ToolTip { get; set; }
Was this page helpful?