@contio/partner-sdk - v1.7.1
    Preparing search index...

    Interface ManifestCanvasTemplateSpec

    interface ManifestCanvasTemplateSpec {
        $id?: string;
        canvas_type?: "AI" | "MANUAL";
        content?: Record<string, unknown>;
        description?: string;
        name: string;
        slug?: string;
    }
    Index

    Properties

    $id?: string

    Manifest-internal identifier for this canvas template.

    canvas_type?: "AI" | "MANUAL"

    Canvas type: MANUAL (user-created) or AI (agent-generated).

    content?: Record<string, unknown>

    TipTap-compatible JSON document structure.

    description?: string

    Optional description of what this canvas template provides.

    name: string

    The display name of the canvas template.

    slug?: string

    Human-readable URL-safe identifier for this canvas template.