Sanity Library Reference Docs
Preparing search index...
@sanity/client
index
<internal>
Operator
Interface Operator<T, R>
Deprecated
Internal implementation detail, do not use directly. Will be made internal in v8.
interface
Operator
<
T
,
R
>
{
call
(
subscriber
:
Subscriber
<
R
>
,
source
:
any
)
:
TeardownLogic
;
}
Type Parameters
T
R
Index
Methods
call
Methods
call
call
(
subscriber
:
Subscriber
<
R
>
,
source
:
any
)
:
TeardownLogic
Parameters
subscriber
:
Subscriber
<
R
>
source
:
any
Returns
TeardownLogic
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Methods
call
Sanity Library Reference Docs
Loading...
Deprecated
Internal implementation detail, do not use directly. Will be made internal in v8.