Describes one phase of a responsive state to apply to the grid.

Constructors

Accessors

  • get delayMilliseconds(): number
  • The amount of time to delay the responsive phase from starting, in milliseconds

    Returns number

  • set delayMilliseconds(v): void
  • Parameters

    • v: number

    Returns void

  • get name(): string
  • The name of this responsive phase

    Returns string

  • set name(v): void
  • Parameters

    • v: string

    Returns void

Methods

  • Adds a column exchanger to the phase and returns it.

    Returns IgcResponsivePhase

  • Parameters

    • name: string

    Returns any