Type Alias DialogState

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

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

Type declaration

  • Optionalheight?: number

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

  • Optionalwidth?: number

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