@mendix/extensions-api - v0.9.0
    Preparing search index...

    Interface Template

    A unit is a container of elements, it can not contain other units.

    interface Template {
        $CreationOptions?: unknown;
        $ID: string;
        $Type: "ExcelDataImporter$Template";
        $UnitID?: string;
        contents: null | TemplateContents;
        documentation: string;
        excluded: boolean;
        exportLevel: ExportLevel;
        fileName: string;
        name: string;
        templateName: string;
        useAsMappingSource: boolean;
    }

    Hierarchy (View Summary)

    Index

    Properties

    $CreationOptions?: unknown

    Options to pass during the element creation

    $ID: string

    The unique id of the element.

    $Type: "ExcelDataImporter$Template"

    The type of the element.

    $UnitID?: string
    contents: null | TemplateContents
    documentation: string
    excluded: boolean
    exportLevel: ExportLevel
    fileName: string
    name: string
    templateName: string
    useAsMappingSource: boolean