@witchcraft/layout
    Preparing search index...

    Function frameCreate

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

      Parameters

      • opts: Partial<BaseLayoutFrame> & Omit<
            unknown,
            "x"
            | "y"
            | "width"
            | "height"
            | "id"
            | "docked"
            | "collapsed",
        > = {}

      Returns LayoutFrame