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

    Interface BrandLogoProposal

    interface BrandLogoProposal {
        id: string;
        url?: string;
        slots?: string[];
        orientation?: "vertical" | "horizontal" | "square" | "stacked";
        background?: "dark-bg" | "light-bg" | "transparent-bg";
        variant?: "primary" | "secondary" | "icon" | "wordmark" | "full-lockup";
        tags?: string[];
        usage?: string;
        width?: number;
        height?: number;
        [key: string]: unknown;
    }

    Hierarchy

    • Omit<ProtocolBrandLogo, "url">
      • BrandLogoProposal

    Indexable

    • [key: string]: unknown
    Index

    Properties

    id: string
    url?: string
    slots?: string[]
    orientation?: "vertical" | "horizontal" | "square" | "stacked"

    Logo aspect ratio orientation

    background?: "dark-bg" | "light-bg" | "transparent-bg"

    Background compatibility

    variant?: "primary" | "secondary" | "icon" | "wordmark" | "full-lockup"

    Logo variant type

    tags?: string[]

    Additional semantic tags

    usage?: string

    When to use this logo variant

    width?: number

    Width in pixels

    height?: number

    Height in pixels