Class ParseColorCommand
Package: @aurigma/design-atoms
Constructors
(constructor)(args, _viewer)
Constructs a new instance of the ParseColorCommand class
Declaration
constructor(args: IParseColorCommandArgs, _viewer: Viewer);
Parameters
| Type | Name | Description |
|---|---|---|
| IParseColorCommandArgs | args | |
| Viewer | _viewer |
Methods
execute()
Declaration
execute(): Promise<Color>;
Returns
| Type | Description |
|---|---|
| Promise<Color> |