Sanity Library Reference Docs
Preparing search index...
sanity
index
DecorationMember
Interface DecorationMember
Represents a decoration member for a form.
Hidden
interface
DecorationMember
{
component
:
Element
|
ComponentType
<
{}
>
;
key
:
string
;
kind
:
"decoration"
;
}
Index
Properties
component
key
kind
Properties
component
component
:
Element
|
ComponentType
<
{}
>
key
key
:
string
kind
kind
:
"decoration"
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
component
key
kind
Sanity Library Reference Docs
Loading...
Represents a decoration member for a form.
Hidden