Indicates that a specified column should have a specified property set to a value.

Constructors

Accessors

  • get columnName(): string
  • The name or key of the column to change the property of

    Returns string

  • set columnName(v): void
  • Parameters

    • v: string

    Returns void

  • get propertyName(): string
  • The name of the property to change

    Returns string

  • set propertyName(v): void
  • Parameters

    • v: string

    Returns void

  • get value(): any
  • The new value of the property

    Returns any

  • set value(v): void
  • Parameters

    • v: any

    Returns void

Methods

  • Parameters

    • name: string

    Returns any