Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface FieldOptions

Interface fields which describe webhook requests for user interfaces.

Hierarchy

  • FieldOptions

Index

Properties

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 required

required: boolean

Required flag.

tooltip

tooltip: string

Tooltip to show more details on hover.

Optional type

type: string

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

value

value: string

Default or current value.

valueList

valueList: any[]

Acceptable options

Generated using TypeDoc