windease API reference - v0.6.0
Playground
GitHub
Preparing search index...
index
CreateZoneInput
Interface CreateZoneInput
interface
CreateZoneInput
{
allowsDragOut
?:
boolean
;
allowsDrop
?:
boolean
;
allowsPinning
?:
boolean
;
config
:
unknown
;
hints
?:
NodeHints
;
id
:
NodeId
;
meta
?:
Record
<
string
,
unknown
>
;
order
?:
number
;
strategyId
:
string
;
}
Index
Properties
allows
Drag
Out?
allows
Drop?
allows
Pinning?
config
hints?
id
meta?
order?
strategy
Id
Properties
Optional
allows
Drag
Out
allowsDragOut
?:
boolean
Optional
allows
Drop
allowsDrop
?:
boolean
Optional
allows
Pinning
allowsPinning
?:
boolean
config
config
:
unknown
Optional
hints
hints
?:
NodeHints
id
id
:
NodeId
Optional
meta
meta
?:
Record
<
string
,
unknown
>
Optional
order
order
?:
number
See
Node.order
.
strategy
Id
strategyId
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
allows
Drag
Out
allows
Drop
allows
Pinning
config
hints
id
meta
order
strategy
Id
Playground
GitHub
windease API reference - v0.6.0
Loading...
See
Node.order.