Sanity Library Reference Docs
Preparing search index...
sanity
index
TimelineControllerOptions
Type Alias TimelineControllerOptions
Beta
Hidden
type
TimelineControllerOptions
=
{
client
:
SanityClient
;
documentId
:
string
;
documentType
:
string
;
handler
?:
(
err
:
Error
|
null
,
controller
:
TimelineController
)
=>
void
;
timeline
:
Timeline
;
}
Index
Properties
client
document
Id
document
Type
handler?
timeline
Properties
client
client
:
SanityClient
document
Id
documentId
:
string
document
Type
documentType
:
string
Optional
handler
handler
?:
(
err
:
Error
|
null
,
controller
:
TimelineController
)
=>
void
timeline
timeline
:
Timeline
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
client
document
Id
document
Type
handler
timeline
Sanity Library Reference Docs
Loading...
Hidden