t

react_apollo

BaseSubscriptionOptions

trait BaseSubscriptionOptions[T, TVars <: Object] extends Object

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

Value Members

  1. val client: UndefOr[ApolloClient]
    Annotations
    @JSOptional()
  2. val fetchPolicy: UndefOr[WatchQueryFetchPolicy]
    Annotations
    @JSOptional()
  3. def hasOwnProperty(v: String): Boolean
    Definition Classes
    Object
  4. def isPrototypeOf(v: Object): Boolean
    Definition Classes
    Object
  5. val onSubscriptionComplete: UndefOr[Function0[Unit]]
    Annotations
    @JSOptional()
  6. val onSubscriptionData: UndefOr[Function1[OnSubscriptionDataOptions[T], Any]]
    Annotations
    @JSOptional()
  7. def propertyIsEnumerable(v: String): Boolean
    Definition Classes
    Object
  8. val shouldResubscribe: UndefOr[Function1[BaseSubscriptionOptions[T, TVars], Boolean]]
    Annotations
    @JSOptional()
  9. val shouldResubscribeStrict: UndefOr[Boolean]
    Annotations
    @JSOptional() @JSName("shouldResubscribe")
  10. val skip: UndefOr[Boolean]
    Annotations
    @JSOptional()
  11. def toLocaleString(): String
    Definition Classes
    Object
  12. def valueOf(): Any
    Definition Classes
    Object
  13. val variables: UndefOr[TVars]
    Annotations
    @JSOptional()