@refinio/one.ui
    Preparing search index...

    Message structure for either relaying it to callbacks or showing it in the view (default).

    • text is i18n translation string.
    • additionalText is pure string from the defenition of the Questionnaire.
    interface Message {
        additionalText?: string;
        text: string;
        type: "error" | "success" | "info" | "warning";
    }
    Index

    Properties

    additionalText?: string
    text: string
    type: "error" | "success" | "info" | "warning"