interface TextSection {
    Chunks: ContentChunk[];
    Type: SectionTypes;
}

Hierarchy

  • Section
    • TextSection

Properties

Properties

Chunks: ContentChunk[]

Generated using TypeDoc