Interface FactSheetViewModelSection

interface FactSheetViewModelSection {
    disabled?: boolean;
    label: string;
    subsections: FactSheetViewModelSubsection<ViewModelFieldType>[];
    tabs?: FactSheetViewModelSectionTabs[];
    weight?: number;
}

Properties

disabled?: boolean
label: string
weight?: number

Generated using TypeDoc