Interface ChildRelation

Sub-Relationship Type

interface ChildRelation {
    childs?: ChildRelation[];
    options: FieldOption;
    relationName: string;
}

Properties

childs?: ChildRelation[]

(Optional) Level-2 subobjects

options: FieldOption

To-be-queried field of a subobject

relationName: string

Sub-object relationship name (specified when defining Lookup/MasterDetail for a sub-object), based on which the sub-object is determined.