@wailsio/runtime
    Preparing search index...

    Interface Size

    A record describing the size of a window.

    interface Size {
        height: number;
        width: number;
    }
    Index

    Properties

    Properties

    height: number

    The height of the window.

    width: number

    The width of the window.