@adcp/sdk API Reference - v14.0.0-beta.6
    Preparing search index...

    Interface PreviewResult<TItem>

    Preview result for a single canonical item.

    interface PreviewResult<TItem = CanonicalProduct> {
        item: TItem;
        previewUrl?: string;
        previewId?: string;
        error?: string;
    }

    Type Parameters

    Index

    Properties

    item: TItem

    The item being previewed.

    previewUrl?: string

    Preview URL for the rendered card

    previewId?: string

    Preview ID from the creative agent

    error?: string

    Error message if preview failed