Skip to content
Docs Try Aspire

CommandOptions

Type
📦 Aspire.Hosting v13.2.0
type CommandOptions = {
Description: string;
Parameter: any;
ConfirmationMessage: string;
IconName: string;
IconVariant: IconVariant;
IsHighlighted: boolean;
UpdateState: UpdateCommandStateContext]];
}

Fields

Description string
Parameter any
ConfirmationMessage string
IconName string
IconVariant IconVariant
IsHighlighted boolean
UpdateState UpdateCommandStateContext]]