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

    Interface WorkbenchPopupSize

    Specifies the popup size.

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

    Properties

    height?: string

    Specifies the height of the popup, constrained by minHeight and maxHeight, if any.

    maxHeight?: string

    Specifies the maximum height of the popup.

    maxWidth?: string

    Specifies the maximum width of the popup.

    minHeight?: string

    Specifies the minimum height of the popup.

    minWidth?: string

    Specifies the minimum width of the popup.

    width?: string

    Specifies the width of the popup, constrained by minWidth and maxWidth, if any.