windease API reference - v0.6.0
Playground
GitHub
Preparing search index...
index
CreateGroupInput
Interface CreateGroupInput
interface
CreateGroupInput
{
allowsDragOut
?:
boolean
;
allowsDrop
?:
boolean
;
allowsPinning
?:
boolean
;
config
:
unknown
;
hints
?:
NodeHints
;
id
:
NodeId
;
meta
?:
Record
<
string
,
unknown
>
;
order
?:
number
;
parentId
:
NodeId
;
placement
?:
Record
<
string
,
unknown
>
;
strategyId
:
string
;
}
Index
Properties
allows
Drag
Out?
allows
Drop?
allows
Pinning?
config
hints?
id
meta?
order?
parent
Id
placement?
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
.
parent
Id
parentId
:
NodeId
Optional
placement
placement
?:
Record
<
string
,
unknown
>
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
parent
Id
placement
strategy
Id
Playground
GitHub
windease API reference - v0.6.0
Loading...
See
Node.order.