BookmarkGroupType : string
Defines the different types/sources of bookmark groups.
Table of Contents
Cases
- GLOBAL = 'global'
- Global groups (negative IDs) - bookmarks visible to all users but only admins can add to them.
- SYSTEM = 'system'
- System groups defined via UserTSconfig (options.bookmarkGroups.X = "Label").
- USER = 'user'
- User-created groups stored in sys_be_shortcuts_group table.
Methods
- getPriority() : int
- Returns the priority for this group type.
Cases
SYSTEM
System groups defined via UserTSconfig (options.bookmarkGroups.X = "Label").
These have positive integer IDs and include the default bookmark groups.
GLOBAL
Global groups (negative IDs) - bookmarks visible to all users but only admins can add to them.
These mirror the system groups but with negative IDs.
USER
User-created groups stored in sys_be_shortcuts_group table.
These have UUID identifiers and are specific to the user who created them.
Methods
getPriority()
Returns the priority for this group type.
public
getPriority() : int
Lower values appear first: user → system → global