Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface FieldOptions

Interface fields which describe webhook requests for user interfaces.

Hierarchy

  • FieldOptions

Index

Properties

Optional description

description: string

Description to display near the form field.

id

id: string

The query string ID of the field.

Optional max_length

max_length: number

Field max character length.

name

name: string

The human-readable field name.

Optional placeholder

placeholder: string

Placeholder text

Optional readOnly

readOnly: boolean

Read-only

Optional required

required: boolean

Required flag.

Optional tooltip

tooltip: string

Tooltip to show more details on hover.

Optional type

type: string

Field type. Drop-down, text, etc..

Optional value

value: string

Default or current value.

Optional valueList

valueList: any[]

Acceptable options

Generated using TypeDoc