@servicenow/sdk - v4.4.1
Preparing search index...
@servicenow/sdk/api
<internal>
RelationshipHierarchy
Type Alias RelationshipHierarchy<T>
RelationshipHierarchy
:
Record
<
T
,
{
composite
:
boolean
;
cyclicReferences
?:
string
[]
;
nodeId
:
string
;
relationships
?:
DescendantRelationships
;
table
:
T
;
}
,
>
Represents the complete relationship hierarchy for a given table.
Type Parameters
T
extends
string
The table name type
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@servicenow/sdk - v4.4.1
Loading...
Represents the complete relationship hierarchy for a given table.