Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface TextAreaInput

Hierarchy

Index

Properties

Methods

Properties

maxLength

maxLength: number

When set, defines the text input's maximum length.

Read more...

minLength

minLength: number

When set, defines the text input's minimum length.

Read more...

Readonly type

type: "text-area"

The type of form element input.

Read more...

Methods

clone

  • Creates a deep clone of the TextAreaInput class.

    Read more...

    Returns TextAreaInput

toJSON

  • toJSON(): any
  • Converts an instance of this class to its ArcGIS portal JSON representation.

    Read more...

    Returns any

Generated using TypeDoc