Options
All
  • Public
  • Public/Protected
  • All
Menu

Represents a text field used in a Report.

Hierarchy

  • TextField

Index

Constructors

Properties

Constructors

constructor

  • new TextField(id: string, displayName: string, value: string, multiline: boolean): TextField
  • Initializes a new instance of the {@link geocortex.essentials.TextField} class.

    Parameters

    • id: string

      The ID of the text field.

    • displayName: string
    • value: string

      The value of the text field.

    • multiline: boolean

      Indicates whether the text field is a multiline field.

    Returns TextField

Properties

displayName

displayName: string

The display name of the TextField.

id

id: string

The ID of the TextField.

multiline

multiline: boolean

Whether the TextField is a multiline field.

value

value: string

The value of the TextField.