PickListModel interface

Extends

Properties

items

A list of PicklistItemModel

Inherited Properties

id

ID of the picklist

isSuggested

Is input values by user only limited to suggested values

name

Name of the picklist

type

Type of picklist

url

Url of the picklist

Property Details

items

A list of PicklistItemModel

items: PickListItemModel[]

Property Value

Inherited Property Details

id

ID of the picklist

id: string

Property Value

string

Inherited From PickListMetadataModel.id

isSuggested

Is input values by user only limited to suggested values

isSuggested: boolean

Property Value

boolean

Inherited From PickListMetadataModel.isSuggested

name

Name of the picklist

name: string

Property Value

string

Inherited From PickListMetadataModel.name

type

Type of picklist

type: string

Property Value

string

Inherited From PickListMetadataModel.type

url

Url of the picklist

url: string

Property Value

string

Inherited From PickListMetadataModel.url