p
use_query_params
package use_query_params
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- use_query_params
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
- trait Param extends Object
- Annotations
- @JSType()
- type QueryConfig = Dictionary[Param]
- trait QueryParamContextValue extends Object
- Annotations
- @JSType() @native()
- trait UrlUpdateType extends Any
- Annotations
- @JSType() @native()
- trait module_Params extends Object
- Annotations
- @JSType() @native()
Value Members
- val ArrayParam: Param
- val BooleanParam: Param
- val DateParam: Param
- val DelimitedArrayParam: Param
- val DelimitedNumericArrayParam: Param
- val JsonParam: Param
- val NumberParam: Param
- val NumericObjectParam: Param
- val ObjectParam: Param
- val StringParam: Param
- def useQueryParam[T](name: String, encoder: Param): (UndefOr[T], Function2[T, UndefOr[UrlUpdateType], Unit])
- def useQueryParams(name: String, encoders: QueryConfig): (String, Function2[Dictionary[Any], UrlUpdateType, Unit])
- object QueryParamProvider
- object UrlUpdateType
- object module extends Object with module_Params with module_hooks
- Annotations
- @native() @JSImport("use-query-params", JSImport.Namespace)