Skip to content
ts
import { QPSource } from '@trail-run/core/reactive/query-param-route';

Interface: QPSource

Defined in: src/reactive/query-param-route.ts:16

Properties

groups?

ts
optional groups: Record<string, GroupConfig>;

Defined in: src/reactive/query-param-route.ts:19


mappings?

ts
optional mappings: Record<string, string>;

Defined in: src/reactive/query-param-route.ts:18


prefix

ts
prefix: string | null;

Defined in: src/reactive/query-param-route.ts:17


source()

ts
source: (target) => object;

Defined in: src/reactive/query-param-route.ts:21

Parameters

target

any

Returns

object

Released under the MIT License.