Interface GUIShowNotificationParams

interface GUIShowNotificationParams {
    displaytime?: number;
    image?: string;
    message: string;
    title: string;
}

Properties

displaytime?: number
image?: string
message: string
title: string