GraphMembershipTraversal interface
Properties
incompleteness |
Reason why the subject could not be traversed completely |
is |
When true, the subject is traversed completely |
subject |
The traversed subject descriptor |
traversed |
Subject descriptor ids of the traversed members |
traversed |
Subject descriptors of the traversed members |
Property Details
incompletenessReason
Reason why the subject could not be traversed completely
incompletenessReason: string
Property Value
string
isComplete
When true, the subject is traversed completely
isComplete: boolean
Property Value
boolean
subjectDescriptor
The traversed subject descriptor
subjectDescriptor: string
Property Value
string
traversedSubjectIds
Subject descriptor ids of the traversed members
traversedSubjectIds: string[]
Property Value
string[]
traversedSubjects
Subject descriptors of the traversed members
traversedSubjects: string[]
Property Value
string[]