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

    Interface WorkbenchNotificationSize

    Specifies the notification size.

    interface WorkbenchNotificationSize {
        height?: string;
        maxHeight?: string;
        minHeight?: string;
    }
    Index

    Properties

    height?: string

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

    maxHeight?: string

    Specifies the maximum height of the notification.

    minHeight?: string

    Specifies the minimum height of the notification.