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

    Interface WorkbenchMessageBoxSize

    Specifies the preferred message box size.

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

    Properties

    height?: string

    Specifies the height of the message box.

    maxHeight?: string

    Specifies the max-height of the message box.

    maxWidth?: string

    Specifies the max-width of the message box.

    minHeight?: string

    Specifies the min-height of the message box.

    minWidth?: string

    Specifies the min-width of the message box.

    width?: string

    Specifies the width of the message box.