contextMenuDivider: {
    enabled: boolean;
    id: string;
}

Represents a divider in the context menu. It can't be clicked.

Type declaration

  • enabled: boolean
  • id: string

Generated using TypeDoc