A value consisting of one or more strings.

Hierarchy

  • StringOrArray

Properties

valueOrError: null | string

Returns

single value, or throw an error if that was not possible.

values: string[]

Methods

  • Parameters

    • value: string

    Returns boolean

  • Returns

    single value, or throw an error if that was not possible.

    Returns null | string

  • Do not use this method from Javascript.

    Parameters

    • exceptionSupplier: any

    Returns null | string

  • Returns string[]

  • Returns

    the value as a string or string[]. If no value was set, null is returned.

    Returns null | string | string[]