SolutionTypeSettingsProperties interface
ソリューション設定プロパティの説明配列を表します。
プロパティ
| allowed |
このソリューション設定プロパティに使用できる値の配列。 |
| default |
このソリューション設定プロパティの既定値。 |
| description | ソリューション設定プロパティの説明。 |
| display |
ソリューション設定プロパティの UI フレンドリ名。 |
| name | ソリューション設定プロパティの名前。 |
| type | 文字列として表されるソリューション設定プロパティの型。 |
プロパティの詳細
allowedValues
このソリューション設定プロパティに使用できる値の配列。
allowedValues: string[]
プロパティ値
string[]
defaultValue
このソリューション設定プロパティの既定値。
defaultValue: string
プロパティ値
string
description
ソリューション設定プロパティの説明。
description: string
プロパティ値
string
displayName
ソリューション設定プロパティの UI フレンドリ名。
displayName: string
プロパティ値
string
name
ソリューション設定プロパティの名前。
name: string
プロパティ値
string
type
文字列として表されるソリューション設定プロパティの型。
type: string
プロパティ値
string