Interactiontype

export enum Interactiontype {
  NONE = 0,
  HOVER_START = 1,
  HOVER_END = 2,
  POINTER_DOWN = 3,
  POINTER_UP = 4
}
{
  "NONE": 0,
  "HOVER_START": 1,
  "HOVER_END": 2,
  "POINTER_DOWN": 3,
  "POINTER_UP": 4
}
Last Updated:
Contributors: Matthew Satti