AIGroupDefinition
typedef
Properties
-
commands : Array<AICommandDefinition>module:ai/aiassistant/aiassistant~AIGroupDefinition#commandsThe array of command definitions that belong to the group.
-
groupId : stringmodule:ai/aiassistant/aiassistant~AIGroupDefinition#groupIdThe unique identifier of the group. It can be referenced while extending existing groups using
extraCommandGroupsor removing command groups usingremoveCommands. -
groupLabel : string | undefinedmodule:ai/aiassistant/aiassistant~AIGroupDefinition#groupLabelThe human-readable label of the group.
-
order : number | undefinedmodule:ai/aiassistant/aiassistant~AIGroupDefinition#orderThe order of the group on the list. The lower the number, the higher the group is displayed on the list. If not specified, the position of this group will be determined by the order of configuration.
If a new group is added without
orderproperty, it will be added at the end.The order uses zero-based numbering (the first group's order is
0).