UNPKG

@eclipse-scout/core

Version:
10 lines 330 B
import { StatusOrModel, StatusSeverity, WidgetModel } from '../index'; export interface NotificationModel extends WidgetModel { message?: string; severity?: StatusSeverity; iconId?: string; closable?: boolean; htmlEnabled?: boolean; status?: StatusOrModel; } //# sourceMappingURL=NotificationModel.d.ts.map