The default data of notifications UmbNotificationDefaultData

interface UmbNotificationDefaultData {
    headline?: string;
    message: string;
    structuredList?: Record<string, unknown[]>;
    whitespace?: "pre" | "normal" | "pre-line" | "pre-wrap" | "nowrap";
}

Hierarchy (View Summary, Expand)

Properties

headline?: string
message: string
structuredList?: Record<string, unknown[]>

@deprecated, do not use this. It will be removed in v.16 — Use UmbPeekError instead

whitespace?: "pre" | "normal" | "pre-line" | "pre-wrap" | "nowrap"
MMNEPVFCICPMFPCPTTAAATR