Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

Index

Constructors

Properties

Constructors

constructor

  • new FormItemResult(argumentName: string, value: any, wasSet?: boolean): FormItemResult
  • Initializes a new instance of the {@link geocortex.forms.items.FormItemResult} class.

    Parameters

    • argumentName: string

      Name of the argument for this result.

    • value: any

      Value for this result.

    • Optional wasSet: boolean

      Indicates whether the value was set due to user interaction.

    Returns FormItemResult

Properties

argumentName

argumentName: string

The argument name.

type

String

isList

isList: boolean

Indicate if the result is a list of items (not a single item).

type

Boolean

value

value: any

The result value.

type

Object

wasSet

wasSet: boolean

The name of the argument that will be used to store the result of this form item.

type

Boolean