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

    Interface NotificationButton

    interface NotificationButton {
        color?: string;
        id: string;
        label: string;
        triggers: (
            | NotificationTriggerAnalysis
            | NotificationTriggerHTTP
            | NotificationTriggerProfile
        )[];
    }
    Index

    Properties

    Properties

    color?: string
    id: string
    label: string