trait IOS extends Object
- Annotations
- @JSType()
Linear Supertypes
Known Subclasses
Ordering
- Alphabetic
- By Inheritance
Inherited
- IOS
- Object
- Any
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- val alwaysBounceHorizontal: UndefOr[Boolean]
- Annotations
- @JSOptional()
- val alwaysBounceVertical: UndefOr[Boolean]
- Annotations
- @JSOptional()
- val automaticallyAdjustContentInsets: UndefOr[Boolean]
- Annotations
- @JSOptional()
- val bounces: UndefOr[Boolean]
- Annotations
- @JSOptional()
- val bouncesZoom: UndefOr[Boolean]
- Annotations
- @JSOptional()
- val canCancelContentTouches: UndefOr[Boolean]
- Annotations
- @JSOptional()
- val centerContent: UndefOr[Boolean]
- Annotations
- @JSOptional()
- val contentOffset: UndefOr[ContentOffset]
- Annotations
- @JSOptional()
- val decelerationRate: UndefOr[|[String, Double]]
- Annotations
- @JSOptional()
- val directionalLockEnabled: UndefOr[Boolean]
- Annotations
- @JSOptional()
- def hasOwnProperty(v: String): Boolean
- Definition Classes
- Object
- def isPrototypeOf(v: Object): Boolean
- Definition Classes
- Object
- val onScrollAnimatedEnabled: UndefOr[Function0[Unit]]
- Annotations
- @JSOptional()
- val pinchGestureEnabled: UndefOr[Boolean]
- Annotations
- @JSOptional()
- def propertyIsEnumerable(v: String): Boolean
- Definition Classes
- Object
- val scrollIndicatorInsets: UndefOr[BoundingBox]
- Annotations
- @JSOptional()
- val scrollsToTop: UndefOr[Boolean]
- Annotations
- @JSOptional()
- val snapToAlignment: UndefOr[String]
- Annotations
- @JSOptional()
- val snapToInterval: UndefOr[Double]
- Annotations
- @JSOptional()
- val stickyHeaderIndices: UndefOr[Seq[Int]]
- Annotations
- @JSOptional()
- def toLocaleString(): String
- Definition Classes
- Object
- def valueOf(): Any
- Definition Classes
- Object
- val zoomScale: UndefOr[Double]
- Annotations
- @JSOptional()