Sign up (with export icon)

AIGroupDefinition

Api-typedef icon typedef

Properties

  • Chevron-right icon

    The array of command definitions that belong to the group.

  • Chevron-right icon

    groupId : string

    The unique identifier of the group. It can be referenced while extending existing groups using extraCommandGroups or removing command groups using removeCommands.

  • Chevron-right icon

    groupLabel : string | undefined

    The human-readable label of the group.

  • Chevron-right icon

    order : number | undefined

    The 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 order property, it will be added at the end.

    The order uses zero-based numbering (the first group's order is 0).