Skip to content

Function: getScopedArgs()

getScopedArgs(args, path): FateRecord | undefined

Defined in: packages/fate/src/server/queryArgs.ts:30

Narrows nested args to the slice relevant for a particular selection path.

Parameters

args

FateRecord | undefined

path

string

Returns

FateRecord | undefined

Released under the MIT License