@umbraco-cms/backoffice

    Interface UmbNotificationOptions<UmbNotificationData>

    UmbNotificationOptions

    interface UmbNotificationOptions<
        UmbNotificationData = UmbNotificationDefaultData,
    > {
        color?: UmbNotificationColor;
        data?: UmbNotificationData;
        duration?: null | number;
        elementName?: string;
    }

    Type Parameters

    Index

    Properties

    duration?: null | number
    elementName?: string
    MMNEPVFCICPMFPCPTTAAATR