Gjsify LogoGjsify Logo

#AtkRange are used on #AtkValue, in order to represent the full range of a given component (for example an slider or a range control), or to define each individual subrange this full range is splitted if available. See #AtkValue documentation for further details.

record

Hierarchy

  • Range

Index

Constructors

  • new Range(lower_limit: number, upper_limit: number, description: string): Atk.Range
  • Creates a new #AtkRange.

    Parameters

    • lower_limit: number

      inferior limit for this range

    • upper_limit: number

      superior limit for this range

    • description: string

      human readable description of this range.

    Returns Atk.Range

Properties

name: string

Methods

  • free(): void
  • get_description(): string
  • get_lower_limit(): number
  • get_upper_limit(): number
  • new(lower_limit: number, upper_limit: number, description: string): Atk.Range
  • Creates a new #AtkRange.

    Parameters

    • lower_limit: number

      inferior limit for this range

    • upper_limit: number

      superior limit for this range

    • description: string

      human readable description of this range.

    Returns Atk.Range

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