Sanity Library Reference Docs
Preparing search index...
sanity
index
ArrayInputInsertEvent
Interface ArrayInputInsertEvent<Item>
Beta
Hidden
interface
ArrayInputInsertEvent
<
Item
>
{
items
:
Item
[]
;
open
?:
boolean
;
position
:
"after"
|
"before"
;
referenceItem
:
number
|
KeyedSegment
;
skipInitialValue
?:
boolean
;
}
Type Parameters
Item
Index
Properties
items
open?
position
reference
Item
skip
Initial
Value?
Properties
Beta
items
items
:
Item
[]
Optional
Beta
open
open
?:
boolean
Beta
position
position
:
"after"
|
"before"
Beta
reference
Item
referenceItem
:
number
|
KeyedSegment
Optional
Beta
skip
Initial
Value
skipInitialValue
?:
boolean
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
items
open
position
reference
Item
skip
Initial
Value
Sanity Library Reference Docs
Loading...
Hidden