Interface MessageDialogData

interface MessageDialogData {
    actions: { color: ThemePalette; label: string; type: string }[];
    message: string;
    title: string;
}

Properties

Properties

actions: { color: ThemePalette; label: string; type: string }[]
message: string
title: string