List of child blocks for the current block.

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

Properties

Properties

Ids?: string[]

Identifers of the child blocks.

Type?: string

Only supported relationship is a child relationship.