Interface FactSheetViewModel

interface FactSheetViewModel {
    bgColor: string;
    color: string;
    factSheetTabRestriction?: FactSheetTabRestriction;
    fieldMetaData?: FieldMetaData;
    hoverConfig?: HoverConfigViewModel;
    onTheFlyCreation?: boolean;
    sections: FactSheetViewModelSection[];
    type: string;
    weight?: number;
}

Properties

bgColor: string
color: string
factSheetTabRestriction?: FactSheetTabRestriction
fieldMetaData?: FieldMetaData
hoverConfig?: HoverConfigViewModel
onTheFlyCreation?: boolean
type: string
weight?: number

Generated using TypeDoc