Type Alias CycleOutput

type CycleOutput = {
    excelOutput?: ExcelOutput;
    namingPattern?: "fieldValueWithUnderscore";
    pdfOutput?: PdfOutput;
    type: "excel" | "pdf" | "html";
}
Index

Properties

excelOutput?: ExcelOutput

Output to be used to export an excel template.

namingPattern?: "fieldValueWithUnderscore"

not needed at initial phase

pdfOutput?: PdfOutput

Output to be used to export a single visualization, a sheet, Sense Excel template as pdf. For Sense Excel template (sense-excel-template-1.0) no properties are needed, any property specified has no effect.

type: "excel" | "pdf" | "html"