@witchcraft/layout
    Preparing search index...

    Type Alias BaseLayoutWindow

    type BaseLayoutWindow = {
        activeFrame?: string;
        frames: LayoutFrames;
        id: WindowId;
        pxHeight: number;
        pxWidth: number;
        pxX: number;
        pxY: number;
    }
    Index

    Properties

    activeFrame?: string
    frames: LayoutFrames
    pxHeight: number
    pxWidth: number
    pxX: number
    pxY: number