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

    Interface PopupSize

    Represents the preferred popup size.

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

    Properties

    height?: string

    Specifies the height of the popup.

    maxHeight?: string

    Specifies the max-height of the popup.

    maxWidth?: string

    Specifies the max-width of the popup.

    minHeight?: string

    Specifies the min-height of the popup.

    minWidth?: string

    Specifies the min-width of the popup.

    width?: string

    Specifies the width of the popup.