Tutorial: Window.getLayout

Window.getLayout

Returns the Layout for the window.

    //get the current window
    const window = await fin.Window.getCurrent();

    //get the layout for the window
    const layout = await window.getLayout();