interface WidgetConfigMessageBox {
    text: string;
    title: string;
    type: MessageBoxType;
}

Properties

Properties

text: string
title: string