Sanity Library Reference Docs
Preparing search index...
sanity
index
SanityClipboardItem
Interface SanityClipboardItem
Beta
Hidden
interface
SanityClipboardItem
{
documentId
?:
string
;
documentType
?:
string
;
isDocument
:
boolean
;
patchType
?:
"replace"
|
"append"
;
schemaTypeName
:
string
;
type
:
"sanityClipboardItem"
;
value
:
unknown
;
valuePath
:
Path
;
}
Index
Properties
document
Id?
document
Type?
is
Document
patch
Type?
schema
Type
Name
type
value
value
Path
Properties
Optional
Beta
document
Id
documentId
?:
string
Optional
Beta
document
Type
documentType
?:
string
Beta
is
Document
isDocument
:
boolean
Optional
Beta
patch
Type
patchType
?:
"replace"
|
"append"
Beta
schema
Type
Name
schemaTypeName
:
string
Beta
type
type
:
"sanityClipboardItem"
Beta
value
value
:
unknown
Beta
value
Path
valuePath
:
Path
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
document
Id
document
Type
is
Document
patch
Type
schema
Type
Name
type
value
value
Path
Sanity Library Reference Docs
Loading...
Hidden