Packages

trait Props extends Object with ComponentRef[ISticky]

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

Value Members

  1. val componentRef: UndefOr[Ref[ISticky]]

    Take any kind of Ref[T].

    Take any kind of Ref[T].

    Definition Classes
    ComponentRef
    Annotations
    @JSOptional()
  2. val componentRefCallback: UndefOr[RefCb[ISticky]]
    Definition Classes
    ComponentRef
    Annotations
    @JSOptional() @JSName("componentRef")
  3. val componentRefMutable: UndefOr[MutableRef[ISticky]]
    Definition Classes
    ComponentRef
    Annotations
    @JSOptional() @JSName("componentRef")
  4. val componentRefReact: UndefOr[ReactRef[ISticky]]
    Definition Classes
    ComponentRef
    Annotations
    @JSOptional() @JSName("componentRef")
  5. def hasOwnProperty(v: String): Boolean
    Definition Classes
    Object
  6. def isPrototypeOf(v: Object): Boolean
    Definition Classes
    Object
  7. val isScrollSynced: UndefOr[Boolean]
    Annotations
    @JSOptional()
  8. def propertyIsEnumerable(v: String): Boolean
    Definition Classes
    Object
  9. val stickyBackgroundColor: UndefOr[String]
    Annotations
    @JSOptional()
  10. val stickyClassName: UndefOr[String]
    Annotations
    @JSOptional()
  11. val stickyPosition: UndefOr[Position]
    Annotations
    @JSOptional()
  12. def toLocaleString(): String
    Definition Classes
    Object
  13. def valueOf(): Any
    Definition Classes
    Object