BaseCommand interface
Home > streplts > BaseCommand
BaseCommand interface
Section titled “BaseCommand interface”Common base descriptor shared across all command nodes within the execution hierarchy.
Signature:
export interface BaseCommandProperties
Section titled “Properties”|
Property |
Modifiers |
Type |
Description |
|---|---|---|---|
|
string[] |
(Optional) Optional secondary string phrases that substitute as aliases for matching the root label. | ||
|
string |
(Optional) Summarized contextual purpose string written inside help layouts explaining functional capabilities. | ||
|
string |
The token label matching the textual entry input identifying the command execution route. |