package raw
Linear Supertypes
Type Members
- type Breakpoint = String
- type BreakpointChangeCallback = Function2[Breakpoint, Int, Unit]
- type DropCallback = Function3[Layout, LayoutItem, Event, Unit]
- class DroppingItem extends Object
- Annotations
- @JSType()
- type Layout = Array[LayoutItem]
- type LayoutChangeCallback = Function2[Layout, Object, Unit]
- class LayoutItem extends Object
- Annotations
- @JSType()
- type RawItemCallback = Function6[Layout, LayoutItem, LayoutItem, LayoutItem, MouseEvent, Element, Unit]
- type RawLayoutChange = Function1[Layout, Unit]
- type WidthChangeCallback = Function4[Int, Array[Int], Int, Array[Int], Unit]