@mendix/extensions-api - v0.9.0
    Preparing search index...

    Interface ShowMessageActionCreationOptions

    interface ShowMessageActionCreationOptions {
        template: { arguments?: string[]; text?: string };
        type: "Error" | "Warning" | "Information";
    }
    Index

    Properties

    Properties

    template: { arguments?: string[]; text?: string }
    type: "Error" | "Warning" | "Information"