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 full)

Properties

$CreationOptions?: PageTemplateCreationOptions

Options to pass during the element creation

$ID: string

The unique id of the element.

$Type

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