withTransformQueryValue
Method
interface YarpRoute { // ... omitted for brevity withTransformQueryValue( queryKey: string, value: string, append?: boolean): YarpRoute;}Signature
method
withTransformQueryValueAdds the transform that will append or set the query parameter from the given value.
withTransformQueryValue( queryKey: string, value: string, append?: boolean): YarpRouteParameters
queryKeystringvaluestringappendbooleanoptional= TrueReturns
YarpRouteApplies to
This method applies to the following types: