@umbraco-cms/backoffice
    Preparing search index...

    Interface UmbErrorViewerModalData

    The default data of notifications UmbNotificationDefaultData

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

    Hierarchy (View Summary)

    Index

    Properties

    details?: any
    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