Sanity Library Reference Docs
Preparing search index...
sanity
structure
UserViewComponent
Type Alias UserViewComponent<TOptions>
UserViewComponent
:
React.ComponentType
<
{
document
:
{
displayed
:
Partial
<
SanityDocument
>
;
draft
:
SanityDocument
|
null
;
historical
:
Partial
<
SanityDocument
>
|
null
;
published
:
SanityDocument
|
null
;
}
;
documentId
:
string
;
options
:
TOptions
;
schemaType
:
SchemaType
;
}
,
>
User view component
Type Parameters
TOptions
=
Record
<
string
,
any
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Sanity Library Reference Docs
Loading...
User view component