MetadataEntity interface
The metadata entity contract.
Properties
applicable |
The list of scenarios applicable to this metadata entity. |
depends |
The list of keys on which this entity depends on. |
display |
The display name. |
id | The resource Id of the metadata entity. |
name | The name of the metadata entity. |
supported |
The list of supported values. |
type | The type of the metadata entity. |
Property Details
applicableScenarios
The list of scenarios applicable to this metadata entity.
applicableScenarios?: string[]
Property Value
string[]
dependsOn
The list of keys on which this entity depends on.
dependsOn?: string[]
Property Value
string[]
displayName
The display name.
displayName?: string
Property Value
string
id
The resource Id of the metadata entity.
id?: string
Property Value
string
name
The name of the metadata entity.
name?: string
Property Value
string
supportedValues
The list of supported values.
supportedValues?: MetadataSupportedValueDetail[]
Property Value
type
The type of the metadata entity.
type?: string
Property Value
string