Class StringRecordValue

StringRecordValue - A record value represented by a string.

Hierarchy (view full)

Constructors

Properties

fieldId: number
value: string

Methods

  • Returns number[]

    • The value as an array of numbers.

    Method

    asNumberArray - Gets the value as an array of numbers.

    Throws

    • If the value is not an array of numbers.
  • Returns string[]

    • The value as an array of strings.

    Method

    asStringArray - Gets the value as an array of strings.

    Throws

    • If the value is not an array of strings.

Generated using TypeDoc