Packages

trait PropsBase extends Object

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

Abstract Value Members

  1. abstract val initialValue: Value

Concrete Value Members

  1. def hasOwnProperty(v: String): Boolean
    Definition Classes
    Object
  2. val isInitialValid: UndefOr[() => Boolean]
    Annotations
    @JSOptional()
  3. def isPrototypeOf(v: Object): Boolean
    Definition Classes
    Object
  4. val onChange: UndefOr[(Value, Boolean) => Unit]
    Annotations
    @JSOptional()
  5. def propertyIsEnumerable(v: String): Boolean
    Definition Classes
    Object
  6. val reset: UndefOr[ResetCallback]
    Annotations
    @JSOptional()
  7. val submit: UndefOr[SubmitCallback]
    Annotations
    @JSOptional()
  8. def toLocaleString(): String
    Definition Classes
    Object
  9. val touched: UndefOr[(Seq[String]) => Unit]
    Annotations
    @JSOptional()
  10. val validate: UndefOr[FormValidator]
    Annotations
    @JSOptional()
  11. val validateOnBlur: UndefOr[Boolean]
    Annotations
    @JSOptional()
  12. val validateOnChange: UndefOr[Boolean]
    Annotations
    @JSOptional()
  13. def valueOf(): Any
    Definition Classes
    Object