The data type expected by an input field.

Hierarchy

  • FieldTypeDefinition

Constructors

Properties

Controls how the field appears in HubSpot.

name: string

The input field name.

options: Option[]

A list of valid options for the field value.

optionsUrl?: string

A URL that will accept HTTPS requests when the valid options for the field are fetched.

This can be set to OWNER if the field should contain a HubSpot owner value.

The data type of the field.

attributeTypeMap: {
    baseName: string;
    format: string;
    name: string;
    type: string;
}[] = ...

Type declaration

  • baseName: string
  • format: string
  • name: string
  • type: string
discriminator: undefined | string = undefined

Methods

  • Returns {
        baseName: string;
        format: string;
        name: string;
        type: string;
    }[]

Generated using TypeDoc