interface ListSection {
    Items: TextSection[];
    Type: SectionTypes;
}

Hierarchy

  • Section
    • ListSection

Properties

Properties

Items: TextSection[]

Generated using TypeDoc