@witchcraft/layout
    Preparing search index...

    Function windowCreate

    • Create a new window. Note that it will always have a new id if it's undefined.

      Parameters

      • opts: {
            activeFrame?: string;
            frames?: Record<
                string,
                {
                    height: number;
                    id: string;
                    width: number;
                    x: number;
                    y: number;
                    [key: string]: unknown;
                },
            >;
            id?: string;
            pxHeight?: number;
            pxWidth?: number;
            pxX?: number;
            pxY?: number;
        } = {}

      Returns BaseLayoutWindow