Writeopia
Toggle table of contents
common
Platform filter
common
Switch theme
Search in API
Writeopia
writeopia_ui
/
io.writeopia.ui.components.multiselection
/
DragSelectionInfo
Drag
Selection
Info
data
class
DragSelectionInfo
(
val
selectionBox
:
SelectionBox
?
=
null
,
val
isDragging
:
Boolean
=
false
)
Members
Constructors
Drag
Selection
Info
Link copied to clipboard
constructor
(
selectionBox
:
SelectionBox
?
=
null
,
isDragging
:
Boolean
=
false
)
Properties
is
Dragging
Link copied to clipboard
val
isDragging
:
Boolean
=
false
selection
Box
Link copied to clipboard
val
selectionBox
:
SelectionBox
?
=
null