fcharts-js - v0.3.0
    Preparing search index...

    Interface ReportSection

    interface ReportSection {
        id: string;
        intro?: string;
        rows: SectionRow[];
        title: string;
    }
    Index

    Properties

    Properties

    id: string
    intro?: string
    rows: SectionRow[]
    title: string