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

    Interface PageTemplate

    interface PageTemplate {
        $CreationOptions?: PageTemplateCreationOptions;
        $ID: string;
        $Type: "Pages$PageTemplate";
        appearance: Appearance;
        canvasHeight: number;
        canvasWidth: number;
        displayName: string;
        documentation: string;
        documentationUrl: string;
        excluded: boolean;
        exportLevel: ExportLevel;
        imageData: any;
        layoutCall: LayoutCall;
        name: string;
        templateCategory: string;
        templateCategoryWeight: number;
        templateType: TemplateType;
    }

    Hierarchy (View Summary)

    Index

    Properties

    $CreationOptions?: PageTemplateCreationOptions

    Options to pass during the element creation

    $ID: string

    The unique id of the element.

    $Type: "Pages$PageTemplate"

    The type of the element.

    appearance: Appearance
    canvasHeight: number
    canvasWidth: number
    displayName: string
    documentation: string
    documentationUrl: string
    excluded: boolean
    exportLevel: ExportLevel
    imageData: any
    layoutCall: LayoutCall
    name: string
    templateCategory: string
    templateCategoryWeight: number
    templateType: TemplateType