trait PropsInit extends Object with PropsBase
- Annotations
- @JSType()
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- PropsInit
- PropsBase
- Object
- Any
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Concrete Value Members
- def hasOwnProperty(v: String): Boolean
- Definition Classes
- Object
- val isInitialValid: UndefOr[() => Boolean]
- Definition Classes
- PropsBase
- Annotations
- @JSOptional()
- def isPrototypeOf(v: Object): Boolean
- Definition Classes
- Object
- val onChange: UndefOr[(Value, Boolean) => Unit]
- Definition Classes
- PropsBase
- Annotations
- @JSOptional()
- def propertyIsEnumerable(v: String): Boolean
- Definition Classes
- Object
- val reset: UndefOr[ResetCallback]
- Definition Classes
- PropsBase
- Annotations
- @JSOptional()
- val submit: UndefOr[SubmitCallback]
- Definition Classes
- PropsBase
- Annotations
- @JSOptional()
- def toLocaleString(): String
- Definition Classes
- Object
- val touched: UndefOr[(Seq[String]) => Unit]
- Definition Classes
- PropsBase
- Annotations
- @JSOptional()
- val validate: UndefOr[FormValidator]
- Definition Classes
- PropsBase
- Annotations
- @JSOptional()
- val validateOnBlur: UndefOr[Boolean]
- Definition Classes
- PropsBase
- Annotations
- @JSOptional()
- val validateOnChange: UndefOr[Boolean]
- Definition Classes
- PropsBase
- Annotations
- @JSOptional()
- def valueOf(): Any
- Definition Classes
- Object