Packages

trait Props extends Object

Annotations
@JSType() @native()
Linear Supertypes
Object, Any, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Props
  2. Object
  3. Any
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. val children: RawChildren

    Function responsible for rendering children.

  2. val className: UndefOr[String]

    Optional custom CSS class name to attach to root AutoSizer element.

  3. val defaultHeight: UndefOr[JsNumber]

    Default height to use for initial render; useful for SSR

  4. val defaultWidth: UndefOr[JsNumber]

    Default width to use for initial render; useful for SSR

  5. val disableHeight: UndefOr[Boolean]

    Disable dynamic :height property

  6. val disableWidth: UndefOr[Boolean]

    Disable dynamic :width property

  7. def hasOwnProperty(v: String): Boolean
    Definition Classes
    Object
  8. def isPrototypeOf(v: Object): Boolean
    Definition Classes
    Object
  9. val nonce: UndefOr[String]

    Nonce of the inlined stylesheet for Content Security Policy

  10. val onResize: OnResize

    Callback to be invoked on-resize

  11. def propertyIsEnumerable(v: String): Boolean
    Definition Classes
    Object
  12. val style: Object

    Optional inline style

  13. def toLocaleString(): String
    Definition Classes
    Object
  14. def valueOf(): Any
    Definition Classes
    Object