Variable cursorMapConst

cursorMap: {
    addToSelection: string;
    auto: string;
    edit: string;
    insertVertex: string;
    removeFromSelection: string;
    removeVertex: string;
    rotate: string;
    scaleNESW: string;
    scaleNWSE: string;
    select: string;
    translate: string;
    translateVertex: string;
} = ...

Type declaration

  • addToSelection: string
  • auto: string
  • edit: string
  • insertVertex: string
  • removeFromSelection: string
  • removeVertex: string
  • rotate: string
  • scaleNESW: string
  • scaleNWSE: string
  • select: string
  • translate: string
  • translateVertex: string

Generated using TypeDoc