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

    Type Alias DialogInfo

    Represents a dialog that can be shown to the user.

    type DialogInfo = {
        contentSize?: { height: number; width: number };
        title: string;
    }
    Index

    Properties

    Properties

    contentSize?: { height: number; width: number }

    The initial size of the dialog. This excludes the title bar and borders. Default is 640 by 480 pixels.

    title: string

    The title to show in the title bar of the dialog.