Sanity Library Reference Docs
Preparing search index...
sanity
index
SystemVariant
Interface SystemVariant
interface
SystemVariant
{
_createdAt
:
string
;
_id
:
`
_.variants.
${
string
}
`
;
_rev
:
string
;
_type
:
"system.variant"
;
_updatedAt
:
string
;
conditions
:
Record
<
string
,
string
>
;
metadata
?:
{
description
?:
PortableTextBlock
[]
;
title
?:
string
;
[
key
:
string
]:
unknown
;
}
;
name
?:
string
;
priority
:
number
;
[
key
:
string
]:
unknown
;
}
Hierarchy (
View Summary
)
SanityDocument
SystemVariant
Indexable
[
key
:
string
]:
unknown
Index
Properties
_created
At
_id
_rev
_type
_updated
At
conditions
metadata?
name?
priority
Properties
_created
At
_createdAt
:
string
_id
_id
:
`
_.variants.
${
string
}
`
_rev
_rev
:
string
_type
_type
:
"system.variant"
_updated
At
_updatedAt
:
string
conditions
conditions
:
Record
<
string
,
string
>
Optional
metadata
metadata
?:
{
description
?:
PortableTextBlock
[]
;
title
?:
string
;
[
key
:
string
]:
unknown
;
}
Optional
name
name
?:
string
priority
priority
:
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
_created
At
_id
_rev
_type
_updated
At
conditions
metadata
name
priority
Sanity Library Reference Docs
Loading...