A HubSpot property option

Constructors

Properties

description: string

A description of the option.

displayOrder: number

The position of the item relative to others in the list.

doubleData: number
hidden: boolean

Whether the option is displayed in HubSpot's UI.

label: string

A user-friendly label that identifies the option.

readOnly: boolean

Whether the option is read-only.

value: string

The actual value of the option.

attributeTypeMap: {
    baseName: string;
    format: string;
    name: string;
    type: string;
}[] = ...
discriminator: undefined | string = undefined
mapping: undefined | {
    [index: string]: string;
} = undefined

Methods

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