@witchcraft/layout
Github
Issues
npm
Preparing search index...
helpers/consoleDebugWindow
createDebugLabeler
Function createDebugLabeler
createDebugLabeler
(
__namedParameters
?:
{
getWin
?:
(
f
:
LayoutFrame
)
=>
Pick
<
LayoutWindow
,
"pxWidth"
|
"pxHeight"
>
;
showCollapsed
?:
boolean
;
showDocked
?:
boolean
;
showPos
?:
boolean
;
showPxSize
?:
boolean
;
showSize
?:
boolean
;
}
,
)
:
(
f
:
LayoutFrame
)
=>
string
Parameters
__namedParameters
:
{
getWin
?:
(
f
:
LayoutFrame
)
=>
Pick
<
LayoutWindow
,
"pxWidth"
|
"pxHeight"
>
;
showCollapsed
?:
boolean
;
showDocked
?:
boolean
;
showPos
?:
boolean
;
showPxSize
?:
boolean
;
showSize
?:
boolean
;
}
= {}
Returns
(
f
:
LayoutFrame
)
=>
string
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
Github
Issues
npm
@witchcraft/layout
Loading...