interface CalculationTemplate {
    supportsPartial?: boolean;
    template: string;
    templateName: string;
}

Properties

supportsPartial?: boolean

Flag if calculation supports partial structures or not.

template: string

Template to format the calculation into a human-readable format.

templateName: string

Name of the calculation as it is displayed on the UI.

Generated using TypeDoc