@adcp/sdk API Reference - v10.0.1
    Preparing search index...

    Type Alias AdagentsPlacementFormatReference

    Reference to a top-level formats[] entry from a placement declaration.

    type AdagentsPlacementFormatReference = {
        format_option_id: string;
        format_kind?: never;
        [key: string]: unknown;
    }

    Indexable

    • [key: string]: unknown
    Index

    Properties

    format_option_id: string
    format_kind?: never

    Use a full AdagentsCatalogFormat when declaring inline placement-specific format details.