Packages

p

use_query_params

package use_query_params

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. use_query_params
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. trait Param extends Object
    Annotations
    @JSType()
  2. type QueryConfig = Dictionary[Param]
  3. trait QueryParamContextValue extends Object
    Annotations
    @JSType() @native()
  4. trait UrlUpdateType extends Any
    Annotations
    @JSType() @native()
  5. trait module_Params extends Object
    Annotations
    @JSType() @native()

Value Members

  1. val ArrayParam: Param
  2. val BooleanParam: Param
  3. val DateParam: Param
  4. val DelimitedArrayParam: Param
  5. val DelimitedNumericArrayParam: Param
  6. val JsonParam: Param
  7. val NumberParam: Param
  8. val NumericObjectParam: Param
  9. val ObjectParam: Param
  10. val StringParam: Param
  11. def useQueryParam[T](name: String, encoder: Param): (UndefOr[T], Function2[T, UndefOr[UrlUpdateType], Unit])
  12. def useQueryParams(name: String, encoders: QueryConfig): (String, Function2[Dictionary[Any], UrlUpdateType, Unit])
  13. object QueryParamProvider
  14. object UrlUpdateType
  15. object module extends Object with module_Params with module_hooks
    Annotations
    @native() @JSImport("use-query-params", JSImport.Namespace)

Inherited from AnyRef

Inherited from Any

Ungrouped