Skip to main content

ICommandFactory

Interfaces

ICommandFactory

Methods

create()
create(type, initData?): ICommand;

Creates a command of the required type.

Parameters
ParameterTypeDescription
typeCommandTypecommand type.
initData?anydata required to initialize the command.
Returns

ICommand

Was this page helpful?