Gjsify LogoGjsify Logo

The #GooCanvasItemVisibility enumeration is used to specify when a canvas item is visible.

Index

Enumeration Members

HIDDEN: number

the item is invisible, and is not allocated any space in layout container items such as #GooCanvasTable.

INVISIBLE: number

the item is invisible, but it is still allocated space in layout container items.

VISIBLE: number

the item is visible.

VISIBLE_ABOVE_THRESHOLD: number

the item is visible when the canvas scale setting is greater than or equal to the item's visibility threshold setting.

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