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

    Type Alias DialogState

    Represents state of a dialog. This is used to update the dialog after it has been shown.

    type DialogState = {
        height?: number;
        width?: number;
    }
    Index

    Properties

    Properties

    height?: number

    The height of the dialog. This excludes the title bar and borders.

    width?: number

    The width of the dialog. This excludes the title bar and borders.