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

    Interface LogoSelectionOptions

    interface LogoSelectionOptions {
        requestedSlot: string;
        brandId?: string;
        background?: "dark-bg" | "light-bg" | "transparent-bg";
        preferredVariant?:
            | "primary"
            | "secondary"
            | "icon"
            | "wordmark"
            | "full-lockup";
    }
    Index

    Properties

    requestedSlot: string
    brandId?: string
    background?: "dark-bg" | "light-bg" | "transparent-bg"
    preferredVariant?: "primary" | "secondary" | "icon" | "wordmark" | "full-lockup"