Interface ICommand
Executable command.
Package: @aurigma/design-atoms-text
Methods
execute()
Executes the command.
Declaration
execute(): boolean;Returns
| Type | Description | 
|---|---|
| boolean | true if changes were made, false otherwise. | 
Executable command.
Executes the command.
execute(): boolean;| Type | Description | 
|---|---|
| boolean | true if changes were made, false otherwise. |