Referencedesign-atoms-textICommandFactoryOn this pageICommandFactory Interfaces ICommandFactory Methods create() create(type, initData?): ICommand; Creates a command of the required type. Parameters ParameterTypeDescriptiontypeCommandTypecommand type.initData?anydata required to initialize the command. Returns ICommand