o

react.virtualized

CellMeasurer

object CellMeasurer

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. CellMeasurer
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. trait Cell extends Object
    Annotations
    @JSType() @native()
  2. trait Parent extends Object
    Annotations
    @JSType() @native()
  3. type ParentFn = (Cell) => Unit
  4. trait Props extends Object
    Annotations
    @JSType() @native()

Value Members

  1. def apply(p: Props, children: VdomNode*): UnmountedMapped[Id, Props, Null, RawMounted[Props, Null], Props, Null]
  2. val component: japgolly.scalajs.react.component.Js.ComponentWithRoot[Props, [-p, +u]PropsAndChildren[p, u], UnmountedWithRoot[Props, MountedWithRoot[[A]A, Props, Null, Component[Props, Null], Props, Null], Props, MountedWithRoot[[A]A, Props, Null, Component[Props, Null], Props, Null]], Props, [-p, +u]PropsAndChildren[p, u], UnmountedWithRoot[Props, MountedWithRoot[[A]A, Props, Null, Component[Props, Null], Props, Null], Props, MountedWithRoot[[A]A, Props, Null, Component[Props, Null], Props, Null]]]
  3. def props(cache: CellMeasurerCache, parent: Parent, columnIndex: UndefOr[JsNumber] = js.undefined, index: UndefOr[JsNumber] = js.undefined, rowIndex: UndefOr[JsNumber] = js.undefined, children: VdomNode): Props
  4. object Cell
  5. object Parent
  6. object RawComponent extends Object
    Annotations
    @native() @JSImport("react-virtualized", "CellMeasurer")