Sanity Library Reference Docs
Preparing search index...
sanity
index
Chunk
Type Alias Chunk
Beta
Hidden
type
Chunk
=
{
authors
:
Set
<
string
>
;
draftState
:
"present"
|
"missing"
|
"unknown"
;
end
:
number
;
endTimestamp
:
string
;
id
:
string
;
index
:
number
;
publishedState
:
"present"
|
"missing"
|
"unknown"
;
start
:
number
;
startTimestamp
:
string
;
type
:
ChunkType
;
}
Index
Properties
authors
draft
State
end
end
Timestamp
id
index
published
State
start
start
Timestamp
type
Properties
authors
authors
:
Set
<
string
>
draft
State
draftState
:
"present"
|
"missing"
|
"unknown"
end
end
:
number
end
Timestamp
endTimestamp
:
string
id
id
:
string
index
index
:
number
published
State
publishedState
:
"present"
|
"missing"
|
"unknown"
start
start
:
number
start
Timestamp
startTimestamp
:
string
type
type
:
ChunkType
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
authors
draft
State
end
end
Timestamp
id
index
published
State
start
start
Timestamp
type
Sanity Library Reference Docs
Loading...
Hidden