package brr
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page
Browser programming toolkit for OCaml
Install
dune-project
Dependency
Authors
Maintainers
Sources
brr-0.0.7.tbz
sha512=4b3d42eb6a32c1d6f1c5ef003f5311b5029156b31f6e51af098b695c769699e0304b66afd2dd574ecf1084e095bbbc4eac552daab083766cd81ed2f1d9897d51
doc/brr/Brr/Ev/Data_transfer/index.html
Module Ev.Data_transfer
DataTransfer objects.
module Effect : sig ... endThe drop effect enum
module Item : sig ... endDataTransferItem objects.
module Item_list : sig ... endDataTransferItemList objects.
Data transfers
The type for DataTransfer objects.
drop_effect d is the dropEffect property.
set_drop_effect d e sets the drop_effect property to e. Note. Only a subset of Effect.t can be used.
effect_allowed d is the effectAllowed property.
set_effect_allowed d e sets the effect_allowed property to e.
val items : t -> Item_list.titems d is the items property.
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page