Interface IRiskParameter

interface IRiskParameter {
    forceAfterWeightsInPrint?: boolean;
    hide_UI?: boolean;
    riskConfig?: IRiskConfig;
    showAttributeNames?: boolean;
}

Properties

forceAfterWeightsInPrint?: boolean
hide_UI?: boolean
riskConfig?: IRiskConfig
showAttributeNames?: boolean

Generated using TypeDoc