Interface FactSheetViewModelSubsection<T>

interface FactSheetViewModelSubsection {
    disabled?: boolean;
    helpText?: string;
    label: string;
    template: FactSheetViewModelTemplateType;
    templateOptions?: TemplateOptions<T>;
    weight?: number;
}

Type Parameters

Properties

disabled?: boolean
helpText?: string
label: string
templateOptions?: TemplateOptions<T>
weight?: number

Generated using TypeDoc