List of child blocks for the current block.

interface RelationshipsListItem {
    Ids?: string[];
    Type?: "CHILD";
}

Properties

Properties

Ids?: string[]

Identifers of the child blocks.

Type?: "CHILD"

Only supported relationship is a child relationship.