次の方法で共有


PickList interface

Picklist。

Extends

プロパティ

items

PicklistItemModel の一覧。

継承されたプロパティ

id

候補リストの ID

isSuggested

推奨リストの外部にある項目を許可するかどうかを示します。

name

候補リストの名前

type

候補リストの DataType

url

候補リストの URL

プロパティの詳細

items

PicklistItemModel の一覧。

items: string[]

プロパティ値

string[]

継承されたプロパティの詳細

id

候補リストの ID

id: string

プロパティ値

string

継承されたPickListMetadata.id

isSuggested

推奨リストの外部にある項目を許可するかどうかを示します。

isSuggested: boolean

プロパティ値

boolean

PickListMetadata.isSuggested から継承

name

候補リストの名前

name: string

プロパティ値

string

PickListMetadata.name から継承された

type

候補リストの DataType

type: string

プロパティ値

string

PickListMetadata.typeから継承された

url

候補リストの URL

url: string

プロパティ値

string

PickListMetadata.url から継承