ViewInteractiveMode

export enum ViewInteractiveMode {
  STATIC = 0,
  ON_HOVER = 1,
  ON_CLICK = 2
}
{
  "STATIC": 0,
  "ON_HOVER": 1,
  "ON_CLICK": 2
}
Last Updated:
Contributors: Elliott Cooper