Class BaseCommand
Package: @aurigma/design-atoms
Constructors
(constructor)(_args)
Constructs a new instance of the BaseCommand class
Declaration
constructor(_args: TArgs);
Parameters
| Type | Name | Description |
|---|---|---|
| TArgs | _args |
Properties
_args
Declaration
protected _args: TArgs;
Property Value
| Type | Description |
|---|---|
| TArgs |
Methods
execute()
Declaration
execute(): Promise<TResult>;
Returns
| Type | Description |
|---|---|
| Promise<TResult> |