Type Alias PptxCompositionOutput

Output to be used to export a composition of templates as pptx.

type PptxCompositionOutput = {
    pptxOutput?: PptxOutput;
}
Index

Properties

Properties

pptxOutput?: PptxOutput

Output to be used to export a single visualization or a sheet as PowerPoint presentation.