Type Alias ContextMenuGroupBeta

ContextMenuGroup:
    | "add"
    | "addto"
    | "copy"
    | "edit"
    | "transform"
    | "general"
    | "open"
    | "danger"
    | "tags"
    | "relations"
    | "search"

Type representing the groups for a context menu.