SCION Workbench Client - v1.0.0-beta.35
    Preparing search index...

    Interface WorkbenchDialogSize

    Specifies the dialog size.

    interface WorkbenchDialogSize {
        height?: string;
        maxHeight?: string;
        maxWidth?: string;
        minHeight?: string;
        minWidth?: string;
        width?: string;
    }
    Index

    Properties

    height?: string

    Specifies the height of the dialog, required if this dialog is provided by an application other than the workbench host application.

    maxHeight?: string

    Specifies the maximum height of the dialog.

    maxWidth?: string

    Specifies the maximum width of the dialog.

    minHeight?: string

    Specifies the minimum height of the dialog.

    minWidth?: string

    Specifies the minimum width of the dialog.

    width?: string

    Specifies the width of the dialog, required if this dialog is provided by an application other than the workbench host application.