Interface MetadataFor
A Metadata-Target identifier to tell an entity that it describes something else. Usually used in Sxc instances with the Data Service
Warning: There is another MetadataFor type and they are not fully consistent. This is historical and not easy to correct, but we're working on it.
Package: Api.Js.SxcJs
Properties
Guid
The GUID of the target, if it's identified by a GUID.
Declaration
Guid?: string
Property Value
Type | Description |
---|---|
string |
Number
The number of the target, if it's identified by a number.
Declaration
Number?: number
Property Value
Type | Description |
---|---|
number |
String
The string-id of the target, if it's identified by a string.
Declaration
String?: string
Property Value
Type | Description |
---|---|
string |
Target
The target type identifier
- TODO: @2dm - THIS SHOULD probably be number only
Declaration
Target: string | MetadataTargetTypes
Property Value
Type | Description |
---|---|
string | MetadataTargetTypes |