apollo-state-sync - API Reference (Users)
Preparing search index...
src
broadcast
Function broadcast
broadcast
<
OperationName
extends
"write"
|
"evict"
|
"modify"
|
"gc"
|
"reset"
|
"retain"
|
"release"
,
>
(
operationName
:
OperationName
,
args
:
Parameters
<
InMemoryCacheSyncedType
[
OperationName
]
>
,
)
:
void
Broadcasts the arguments of cache operations.
Type Parameters
OperationName
extends
"write"
|
"evict"
|
"modify"
|
"gc"
|
"reset"
|
"retain"
|
"release"
Parameters
operationName
:
OperationName
args
:
Parameters
<
InMemoryCacheSyncedType
[
OperationName
]
>
Returns
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
apollo-state-sync - API Reference (Users)
Loading...
Broadcasts the arguments of cache operations.