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