Sanity Library Reference Docs
Preparing search index...
@sanity/sdk-react
dashboard
StateTopicDef
Type Alias StateTopicDef<T>
Declares a topic that stores and replays its current value.
type
StateTopicDef
<
T
>
=
{
kind
:
"state"
;
value
:
T
;
}
Type Parameters
T
Index
Properties
kind
value
Properties
kind
kind
:
"state"
value
value
:
T
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
kind
value
Sanity Library Reference Docs
Loading...
Declares a topic that stores and replays its current value.