RelationshipInfo interface
- Extends
Properties
| entity |
|
| max |
|
| min |
|
| properties | |
| target | |
| writable |
Inherited Properties
| child |
|
| comment | |
| defined |
|
| description | |
| display |
|
| dtdl |
|
| id | |
| language |
|
| name | |
| supplemental |
|
| supplemental |
|
| supplemental |
|
| undefined |
|
| undefined |
Inherited Methods
| validate |
Property Details
entityKind
entityKind: "relationship"
Property Value
"relationship"
maxMultiplicity
maxMultiplicity?: number
Property Value
number
minMultiplicity
minMultiplicity?: number
Property Value
number
properties
target
target?: string
Property Value
string
writable
writable?: boolean
Property Value
boolean
Inherited Property Details
childOf
comment
definedIn
definedIn: undefined | string
Property Value
undefined | string
Inherited From ContentInfo.definedIn
description
displayName
dtdlVersion
id
languageVersion
name
supplementalProperties
supplementalProperties: {[x: string]: any}
Property Value
{[x: string]: any}
Inherited From ContentInfo.supplementalProperties
supplementalTypeIds
supplementalTypeIds: string[]
Property Value
string[]
Inherited From ContentInfo.supplementalTypeIds
supplementalTypes
supplementalTypes: SupplementalTypeInfo[]
Property Value
Inherited From ContentInfo.supplementalTypes
undefinedProperties
undefinedProperties: {[name: string]: any}
Property Value
{[name: string]: any}
Inherited From ContentInfo.undefinedProperties
undefinedTypes
Inherited Method Details
validateInstance(string)
function validateInstance(instanceText: string): boolean
Parameters
- instanceText
-
string
Returns
boolean
Inherited From ContentInfo.validateInstance