MetadataEntity interface
元数据实体协定。
属性
| applicable |
适用于此元数据实体的方案列表。 |
| depends |
此实体所依赖的键列表。 |
| display |
显示名称。 |
| id | 元数据实体的资源 ID。 |
| name | 元数据实体的名称。 |
| supported |
支持的值的列表。 |
| type | 元数据实体的类型。 |
属性详细信息
applicableScenarios
适用于此元数据实体的方案列表。
applicableScenarios?: string[]
属性值
string[]
dependsOn
此实体所依赖的键列表。
dependsOn?: string[]
属性值
string[]
displayName
显示名称。
displayName?: string
属性值
string
id
元数据实体的资源 ID。
id?: string
属性值
string
name
元数据实体的名称。
name?: string
属性值
string
supportedValues
type
元数据实体的类型。
type?: string
属性值
string