Gjsify LogoGjsify Logo

Specifies when an item receives pointer events such as mouse clicks.

bitfield

Index

Enumeration Members

ALL: number

the item's perimeter and interior receive events, whether it is visible or painted or not.

FILL: number

the item's interior receives events, whether it is visible or painted or not.

FILL_MASK: number

a mask indicating that the filled part of the item receives events.

NONE: number

the item doesn't receive events at all.

PAINTED: number

the item receives events in its painted areas, whether it is visible or not.

PAINTED_MASK: number

a mask indicating that the item only receives events when the specified parts of it are painted.

STROKE: number

the item's perimeter receives events, whether it is visible or painted or not.

STROKE_MASK: number

a mask indicating that the stroked part of the item receives events.

VISIBLE: number

the item receives events when it is visible, whether it is painted or not.

VISIBLE_FILL: number

the item's interior receives events when it is visible.

VISIBLE_MASK: number

a mask indicating that the item only receives events when it is visible.

VISIBLE_PAINTED: number

the item receives events in its painted areas when it is visible (the default).

VISIBLE_STROKE: number

the item's perimeter receives events when it is visible.

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Type alias with type parameter
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method