Sanity Library Reference Docs
Preparing search index...
sanity
index
FormFieldGroup
Interface FormFieldGroup
Beta
Hidden
interface
FormFieldGroup
{
disabled
?:
boolean
;
i18n
?:
I18nTextRecord
<
"title"
>
;
icon
?:
ComponentType
;
name
:
string
;
selected
?:
boolean
;
title
?:
string
;
}
Index
Properties
disabled?
i18n?
icon?
name
selected?
title?
Properties
Optional
Beta
disabled
disabled
?:
boolean
Optional
Beta
i18n
i18n
?:
I18nTextRecord
<
"title"
>
Optional
Beta
icon
icon
?:
ComponentType
Beta
name
name
:
string
Optional
Beta
selected
selected
?:
boolean
Optional
Beta
title
title
?:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
disabled
i18n
icon
name
selected
title
Sanity Library Reference Docs
Loading...
Hidden