toggle menu
Kotlin Wrappers API Reference
js
switch theme
search in API
kotlin-react-beautiful-dnd
/
react.beautiful.dnd
/
DragDropContextProps
Drag
Drop
Context
Props
sealed
external
interface
DragDropContextProps
:
PropsWithChildren
,
Responders
(
source
)
Members
Properties
children
Link copied to clipboard
abstract
override
var
children
:
ReactNode
?
drag
Handle
Usage
Instructions
Link copied to clipboard
abstract
var
dragHandleUsageInstructions
:
String
?
enable
Default
Sensors
Link copied to clipboard
abstract
var
enableDefaultSensors
:
Boolean
?
key
Link copied to clipboard
abstract
var
key
:
Key
?
nonce
Link copied to clipboard
abstract
var
nonce
:
String
?
on
Before
Capture
Link copied to clipboard
abstract
var
onBeforeCapture
:
OnBeforeCaptureResponder
?
on
Before
Drag
Start
Link copied to clipboard
abstract
var
onBeforeDragStart
:
OnBeforeDragStartResponder
?
on
Drag
End
Link copied to clipboard
abstract
var
onDragEnd
:
OnDragEndResponder
on
Drag
Start
Link copied to clipboard
abstract
var
onDragStart
:
OnDragStartResponder
?
on
Drag
Update
Link copied to clipboard
abstract
var
onDragUpdate
:
OnDragUpdateResponder
?
sensors
Link copied to clipboard
abstract
var
sensors
:
ReadonlyArray
<
Sensor
>
?
Functions
child
Link copied to clipboard
open
inline
fun
<
P
:
Props
>
child
(
type
:
ElementType
<
P
>
,
props
:
P
)
invoke
Link copied to clipboard
open
inline operator
fun
<
P
:
Props
>
ElementType
<
P
>
.
invoke
(
)
open
inline operator
fun
<
T
>
ContextType
<
T
>
.
invoke
(
noinline
block
:
ProviderProps
<
T
>
.
(
)
->
Unit
)
open
inline operator
fun
<
P
:
Props
>
ElementType
<
P
>
.
invoke
(
noinline
block
:
P
.
(
)
->
Unit
)
open
inline operator
fun
<
T
>
ContextType
<
T
>
.
invoke
(
value
:
T
,
noinline
block
:
ChildrenBuilder
.
(
)
->
Unit
)
open
inline operator
fun
<
T
>
Provider
<
T
>
.
invoke
(
value
:
T
,
noinline
block
:
ChildrenBuilder
.
(
)
->
Unit
)
unary
Plus
Link copied to clipboard
open
inline operator
fun
Char
.
unaryPlus
(
)
open
inline operator
fun
String
?
.
unaryPlus
(
)
open
inline operator
fun
ReactNode
?
.
unaryPlus
(
)
open
inline operator
fun
Props
?
.
unaryPlus
(
)