Preparing search index...
@universe-dg/sdk
Universe
Platform
Uikit
DroppableProps
Interface DroppableProps
Public
interface
DroppableProps
{
direction
?:
"horizontal"
|
"vertical"
;
droppableId
:
string
;
getContainerForClone
?:
()
=>
ReactElement
<
HTMLElement
>
;
ignoreContainerClipping
?:
boolean
;
isCombineEnabled
?:
boolean
;
isDropDisabled
?:
boolean
;
mode
?:
"standard"
|
"virtual"
;
renderClone
?:
DraggableChildrenFn
;
type
?:
string
;
children
(
provided
:
DroppableProvided
,
snapshot
:
DroppableStateSnapshot
,
)
:
ReactElement
<
HTMLElement
>
;
}
Index
Properties
direction?
droppable
Id
get
Container
For
Clone?
ignore
Container
Clipping?
is
Combine
Enabled?
is
Drop
Disabled?
mode?
render
Clone?
type?
Methods
children
Properties
Optional
direction
direction
?:
"horizontal"
|
"vertical"
droppable
Id
droppableId
:
string
Optional
get
Container
For
Clone
getContainerForClone
?:
()
=>
ReactElement
<
HTMLElement
>
Optional
ignore
Container
Clipping
ignoreContainerClipping
?:
boolean
Optional
is
Combine
Enabled
isCombineEnabled
?:
boolean
Optional
is
Drop
Disabled
isDropDisabled
?:
boolean
Optional
mode
mode
?:
"standard"
|
"virtual"
Optional
render
Clone
renderClone
?:
DraggableChildrenFn
Optional
type
type
?:
string
Methods
children
children
(
provided
:
DroppableProvided
,
snapshot
:
DroppableStateSnapshot
,
)
:
ReactElement
<
HTMLElement
>
Parameters
provided
:
DroppableProvided
snapshot
:
DroppableStateSnapshot
Returns
ReactElement
<
HTMLElement
>
On This Page
Properties
direction
droppable
Id
get
Container
For
Clone
ignore
Container
Clipping
is
Combine
Enabled
is
Drop
Disabled
mode
render
Clone
type
Methods
children
Юниверс DG SDK UI
Loading...
Public