Gjsify LogoGjsify Logo

Describes the layer of a component

These enumerated "layer values" are used when determining which UI rendering layer a component is drawn into, which can help in making determinations of when components occlude one another.

Index

Enumeration Members

BACKGROUND: number

This layer is reserved for the desktop background

CANVAS: number

This layer is used for Canvas components

INVALID: number

The object does not have a layer

MDI: number

This layer is used for layered components

OVERLAY: number

This layer is reserved for future use.

POPUP: number

This layer is used for popup components, such as menus

WIDGET: number

This layer is normally used for components

WINDOW: number

This layer is used for toplevel windows.

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