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

    Interface PackageFormatRefs

    Result shape for packageRefsForFormatOptions - spread into a PackageRequest to author a canonical format-option package. The helper retains downgrade metadata in module-private weak storage.

    interface PackageFormatRefs {
        format_option_refs: [FormatOptionRef, ...FormatOptionRef[]];
        format_ids?: undefined;
    }
    Index

    Properties

    format_option_refs: [FormatOptionRef, ...FormatOptionRef[]]

    3.1+ path. Structured references to product format_options[] entries. Product-local options use { scope: 'product', format_option_id }; publisher-catalog-backed options use { scope: 'publisher', publisher_domain, format_option_id }.

    format_ids?: undefined

    Legacy identifiers are deliberately unavailable on the canonical SDK surface.