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

    Interface NotificationCreate

    interface NotificationCreate {
        buttons?: NotificationButton[];
        buttons_autodisable?: boolean;
        buttons_enabled?: boolean;
        icon?: NotificationIconImage | NotificationIconSVG;
        message: string;
        read?: boolean;
        title: string;
    }
    Index

    Properties

    buttons?: NotificationButton[]
    buttons_autodisable?: boolean
    buttons_enabled?: boolean
    message: string
    read?: boolean
    title: string