trait Options extends Object with HttpLinkOptions

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

Value Members

  1. val credentials: UndefOr[String]
    Definition Classes
    HttpLinkOptions
    Annotations
    @JSOptional()
  2. val fetch: UndefOr[Any]
    Definition Classes
    HttpLinkOptions
    Annotations
    @JSOptional()
  3. val fetchOption: UndefOr[Any]
    Definition Classes
    HttpLinkOptions
    Annotations
    @JSOptional()
  4. def hasOwnProperty(v: String): Boolean
    Definition Classes
    Object
  5. val headers: UndefOr[Any]
    Definition Classes
    HttpLinkOptions
    Annotations
    @JSOptional()
  6. val includeExtensions: UndefOr[Boolean]
    Definition Classes
    HttpLinkOptions
    Annotations
    @JSOptional()
  7. def isPrototypeOf(v: Object): Boolean
    Definition Classes
    Object
  8. def propertyIsEnumerable(v: String): Boolean
    Definition Classes
    Object
  9. def toLocaleString(): String
    Definition Classes
    Object
  10. val uri: UndefOr[String]
    Definition Classes
    HttpLinkOptions
    Annotations
    @JSOptional()
  11. val uriThunk: UndefOr[Function1[Operation[Object], String]]
    Definition Classes
    HttpLinkOptions
    Annotations
    @JSOptional() @JSName("uri")
  12. val useGETForQueries: UndefOr[Boolean]
    Annotations
    @JSOptional()
  13. def valueOf(): Any
    Definition Classes
    Object