Skip to main content

au-widget-design-editor/Commands/command

Classes

abstract DesignEditorWidgetCommand

Represents a DesignEditor action.

Extended by

Methods

execute()
abstract execute(params, oldParams?): Promise<any>;

Executes a command.

Parameters
ParameterTypeDescription
params| IDesignEditorCommandDefinition | IDesignEditorCommandDefinition[]Parameters for the command.
oldParams?| IDesignEditorCommandDefinition | IDesignEditorCommandDefinition[]The previous parameters for the command.
Returns

Promise<any>

Was this page helpful?