@wailsio/runtime
    Preparing search index...

    Interface Position

    A record describing the position of a window.

    interface Position {
        x: number;
        y: number;
    }
    Index

    Properties

    x y

    Properties

    x: number

    The horizontal position of the window.

    y: number

    The vertical position of the window.