list/list/utils
module
Functions
createUIComponents( editor, commandName, label, icon ) → voidinternalmodule:list/list/utils~createUIComponentsHelper method for creating toolbar and menu buttons and linking them with an appropriate command.
Parameters
editor : EditorThe editor instance to which the UI component will be added.
commandName : 'numberedList' | 'bulletedList' | 'todoList'The name of the command.
label : stringThe button label.
icon : stringThe source of the icon.
Returns
void