Sanity Library Reference Docs
Preparing search index...
sanity
index
I18nTitledListValue
Interface I18nTitledListValue<V>
interface
I18nTitledListValue
<
V
=
unknown
>
{
_key
?:
string
;
i18nTitleKey
?:
string
;
title
:
string
;
value
?:
V
;
}
Type Parameters
V
=
unknown
Index
Properties
_key?
i18n
Title
Key?
title
value?
Properties
Optional
_key
_key
?:
string
Optional
i18n
Title
Key
i18nTitleKey
?:
string
title
title
:
string
Optional
value
value
?:
V
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
_key
i18n
Title
Key
title
value
Sanity Library Reference Docs
Loading...