Sanity Library Reference Docs
Preparing search index...
sanity
structure
ChildObservable
Interface ChildObservable
Interface for child observable
interface
ChildObservable
{
subscribe
:
(
child
:
ItemChild
|
Promise
<
ItemChild
>
,
)
=>
Record
<
string
,
unknown
>
;
}
Index
Properties
subscribe
Properties
subscribe
subscribe
:
(
child
:
ItemChild
|
Promise
<
ItemChild
>
)
=>
Record
<
string
,
unknown
>
Subscribes to the child observable. See
ItemChild
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
subscribe
Sanity Library Reference Docs
Loading...
Interface for child observable