airbridge-web-sdk
    Preparing search index...

    Type Alias SetBannerOptions

    Use airbridge.openBanner() instead.

    type SetBannerOptions = {
        title?: string;
        description?: string;
        keyColor?: string;
        position?: number;
    }
    Index

    Properties

    title?: string

    The title of the banner.

    description?: string

    The description of the banner.

    keyColor?: string

    The key color of the banner.

    position?: number

    The position of the banner (1 = top, 0 = bottom).