Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

Index

Constructors

constructor

Properties

Private _actualHeights

_actualHeights: Array<number>

Private _actualWidths

_actualWidths: Array<number>

Private _actualX

_actualX: number

Private _actualY

_actualY: number

Private _backgroundColor

_backgroundColor: Color

Private _binding

_binding: Binding

Private _height

_height: number

Private _id

_id: string

Private _layout

_layout: Layout

Private _padding

_padding: Edges

Private _parentContainer

_parentContainer: Container

Protected _textAttributes

_textAttributes: TextAttributes

Private _width

_width: number

Private _x

_x: number

Private _y

_y: number

Protected nodeChildDict

nodeChildDict: Object

Accessors

actualHeights

  • get actualHeights(): Array<number>
  • Returns Array<number>

actualWidths

  • get actualWidths(): Array<number>
  • Returns Array<number>

actualX

  • get actualX(): number
  • Returns number

actualY

  • get actualY(): number
  • Returns number

backgroundColor

  • get backgroundColor(): Color
  • Returns Color

binding

  • Returns Binding

height

  • get height(): number
  • Returns number

id

  • get id(): string
  • Returns string

layout

  • Returns Layout

padding

  • Returns Edges

parentContainer

  • Returns Container

textAttributes

width

  • get width(): number
  • Returns number

x

  • get x(): number
  • Returns number

y

  • get y(): number
  • Returns number

Methods

initComponentWith

  • initComponentWith(overrideLayout?: Layout): void
  • Parameters

    • Optional overrideLayout: Layout

    Returns void

Generated using TypeDoc