Sanity Library Reference Docs
Preparing search index...
sanity
index
ReferenceFilterSearchOptions
Type Alias ReferenceFilterSearchOptions
type
ReferenceFilterSearchOptions
=
{
filter
?:
string
;
maxFieldDepth
?:
number
;
params
?:
Record
<
string
,
unknown
>
;
perspective
?:
ClientPerspective
;
strategy
?:
SearchStrategy
;
tag
?:
string
;
}
Index
Properties
filter?
max
Field
Depth?
params?
perspective?
strategy?
tag?
Properties
Optional
filter
filter
?:
string
Optional
max
Field
Depth
maxFieldDepth
?:
number
Optional
params
params
?:
Record
<
string
,
unknown
>
Optional
perspective
perspective
?:
ClientPerspective
Optional
strategy
strategy
?:
SearchStrategy
Optional
tag
tag
?:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
filter
max
Field
Depth
params
perspective
strategy
tag
Sanity Library Reference Docs
Loading...