Nested block contained within a block.

interface ChildBlock {
    BeginOffset?: number;
    ChildBlockId?: string;
    EndOffset?: number;
}

Properties

BeginOffset?: number

Offset of the start of the child block within its parent block.

ChildBlockId?: string

Unique identifier for the child block.

EndOffset?: number

Offset of the end of the child block within its parent block.