Skip to content

useModelFilterInitialValues

Overview

Returns the initial values for the filters of a model, so that a blank form can be created, without fields being mutated immediately by coercion of values, causing a form to be dirty.

Signature

useModelFilterInitialValues(app, model)

Parameters

NameTypeRequiredDescription
appRefyesA ref containing the app name that is being watched.
modelRefyesA ref containing the model name that is being watched.

Returns

Readonly

An object containing the initial values for the model.

Source

client/lib/use/useModelInitialValues.js:177

Documents matching: server v3.0.0a1.post1client v3.0.0-alpha.2