TagoIO SDK for JavaScript and TypeScript
    Preparing search index...

    Interface NotificationIconImage

    interface NotificationIconImage {
        bg_color?: string;
        fit?: "fill" | "contain" | "cover";
        image_url: string;
    }
    Index

    Properties

    bg_color?: string
    fit?: "fill" | "contain" | "cover"
    image_url: string