YarpRoute.withTransformQueryValue
Method
interface YarpRoute { // ... omitted for brevity withTransformQueryValue( queryKey: string, value: string, append?: boolean): YarpRoute;}Signature
method
withTransformQueryValue Adds the transform that will append or set the query parameter from the given value.
withTransformQueryValue( queryKey: string, value: string, append?: boolean): YarpRouteParameters
queryKey string value string append boolean optional = True Returns
YarpRoute Defined on
This method is defined on the following type: