@adcp/client API Reference - v3.11.2
    Preparing search index...

    Interface PreviewRenderV3

    v3 preview render

    interface PreviewRenderV3 {
        render_id: string;
        role: string;
        output_format: "url" | "html" | "both";
        preview_url?: string;
        preview_html?: string;
        dimensions?: { width: number; height: number };
        embedding?: {
            recommended_sandbox?: string;
            requires_https?: boolean;
            supports_fullscreen?: boolean;
            csp_policy?: string;
        };
    }
    Index

    Properties

    render_id: string
    role: string
    output_format: "url" | "html" | "both"
    preview_url?: string
    preview_html?: string
    dimensions?: { width: number; height: number }
    embedding?: {
        recommended_sandbox?: string;
        requires_https?: boolean;
        supports_fullscreen?: boolean;
        csp_policy?: string;
    }