Confluence.js - Cloud and Server API library
    Preparing search index...

    Interface BlueprintTemplate

    interface BlueprintTemplate {
        _expandable: { body?: string };
        _links: GenericLinks;
        body?: Models.ContentBody;
        description: string;
        labels: Label[];
        name: string;
        originalTemplate: { moduleKey: string; pluginKey: string };
        referencingBlueprint: string;
        templateId: string;
        templateType: string;
    }
    Index

    Properties

    _expandable: { body?: string }
    _links: GenericLinks
    description: string
    labels: Label[]
    name: string
    originalTemplate: { moduleKey: string; pluginKey: string }
    referencingBlueprint: string
    templateId: string
    templateType: string