interface iCommandData {
    a?: string;
    action?: CommandAction;
    attrs?: iAttribute[];
    command?: string;
    jsLibrary?: string;
}

Hierarchy (view full)

Properties

a?: string
action?: CommandAction
attrs?: iAttribute[]
command?: string
jsLibrary?: string

name of the js library where is the command Used only for js commands