Documentation / @zerotal/admin / index / parseRuleTree
Function: parseRuleTree()
parseRuleTree(
value):QueryRule|null
Defined in: admin/src/table/Filter.ts:26
Parse the JSON a query-builder filter stores in the URL. Invalid input filters nothing.
Parameters
value
string
Returns
QueryRule | null