trait BaseSubscriptionOptions[T, TVars <: Object] extends Object
- Annotations
- @JSType()
Linear Supertypes
Known Subclasses
Ordering
- Alphabetic
- By Inheritance
Inherited
- BaseSubscriptionOptions
- Object
- Any
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- val client: UndefOr[ApolloClient]
- Annotations
- @JSOptional()
- val fetchPolicy: UndefOr[WatchQueryFetchPolicy]
- Annotations
- @JSOptional()
- def hasOwnProperty(v: String): Boolean
- Definition Classes
- Object
- def isPrototypeOf(v: Object): Boolean
- Definition Classes
- Object
- val onSubscriptionComplete: UndefOr[Function0[Unit]]
- Annotations
- @JSOptional()
- val onSubscriptionData: UndefOr[Function1[OnSubscriptionDataOptions[T], Any]]
- Annotations
- @JSOptional()
- def propertyIsEnumerable(v: String): Boolean
- Definition Classes
- Object
- val shouldResubscribe: UndefOr[Function1[BaseSubscriptionOptions[T, TVars], Boolean]]
- Annotations
- @JSOptional()
- val shouldResubscribeStrict: UndefOr[Boolean]
- Annotations
- @JSOptional() @JSName("shouldResubscribe")
- val skip: UndefOr[Boolean]
- Annotations
- @JSOptional()
- def toLocaleString(): String
- Definition Classes
- Object
- def valueOf(): Any
- Definition Classes
- Object
- val variables: UndefOr[TVars]
- Annotations
- @JSOptional()