@witchcraft/layout
Github
Issues
npm
Preparing search index...
layout/frameCreate
frameCreate
Function frameCreate
frameCreate
(
opts
?:
Partial
<
BaseLayoutFrame
>
&
Omit
<
unknown
,
"x"
|
"y"
|
"width"
|
"height"
|
"id"
,
>
,
)
:
LayoutFrame
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"
>
= {}
Returns
LayoutFrame
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
Github
Issues
npm
@witchcraft/layout
Loading...
Create a new frame. Note that it will always have a new id if it's undefined.