Skip to content
Snippets Groups Projects
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
drawerName.ts 221 B
export type DrawerName =
  | 'none'
  | 'search'
  | 'project-info'
  | 'plugins'
  | 'export'
  | 'legend'
  | 'submaps'
  | 'reaction'
  | 'overlays'
  | 'bio-entity'
  | 'comment'
  | 'available-plugins'
  | 'layers';