Variable globalCursorConst

globalCursor: {
    add: ((cursor) => any);
    remove: ((cursor) => any);
} = ...

Type declaration

  • add: ((cursor) => any)
  • remove: ((cursor) => any)

Generated using TypeDoc