Skip to content

Graphorin API reference v0.1.0


Graphorin API reference / @graphorin/security / / getQueryParamAll

Function: getQueryParamAll()

ts
function getQueryParamAll(ref, key): readonly string[];

Defined in: packages/security/src/secrets/secret-ref.ts:547

Read every value associated with key in the original query string (multi-value support). Returns an empty array if the parameter is not present.

Parameters

ParameterType
refParsedSecretRef
keystring

Returns

readonly string[]

Stable