Sanity Library Reference Docs
Preparing search index...
sanity
index
FormSetIfMissingPatch
Interface FormSetIfMissingPatch
Beta
Hidden
interface
FormSetIfMissingPatch
{
origin
?:
FormPatchOrigin
;
path
:
Path
;
type
:
"setIfMissing"
;
value
:
FormPatchJSONValue
;
}
Hierarchy (
View Summary
)
FormPatchBase
FormSetIfMissingPatch
Index
Properties
origin?
path
type
value
Properties
Optional
Beta
origin
origin
?:
FormPatchOrigin
Beta
path
path
:
Path
Beta
type
type
:
"setIfMissing"
Beta
value
value
:
FormPatchJSONValue
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
origin
path
type
value
Sanity Library Reference Docs
Loading...
Hidden