Sanity Library Reference Docs
Preparing search index...
sanity
index
SlugComponents
Interface SlugComponents
Beta
Hidden
interface
SlugComponents
{
diff
?:
ComponentType
<
any
>
;
field
?:
ComponentType
<
ObjectFieldProps
<
SlugValue
>
>
;
input
?:
ComponentType
<
ObjectInputProps
<
SlugValue
,
ObjectSchemaType
>
>
;
item
?:
ComponentType
<
ObjectItemProps
<
SlugValue
&
ObjectItem
>
>
;
preview
?:
ComponentType
<
PreviewProps
<
PreviewLayoutKey
>
>
;
}
Index
Properties
diff?
field?
input?
item?
preview?
Properties
Optional
Beta
diff
diff
?:
ComponentType
<
any
>
Optional
Beta
field
field
?:
ComponentType
<
ObjectFieldProps
<
SlugValue
>
>
Optional
Beta
input
input
?:
ComponentType
<
ObjectInputProps
<
SlugValue
,
ObjectSchemaType
>
>
Optional
Beta
item
item
?:
ComponentType
<
ObjectItemProps
<
SlugValue
&
ObjectItem
>
>
Optional
Beta
preview
preview
?:
ComponentType
<
PreviewProps
<
PreviewLayoutKey
>
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
diff
field
input
item
preview
Sanity Library Reference Docs
Loading...
Hidden