Member Junction
Preparing search index...
@memberjunction/core
RemoteInvalidatePayload
Interface RemoteInvalidatePayload
Typed payload for remote-invalidate events received via cache invalidation subscription.
interface
RemoteInvalidatePayload
{
action
:
"save"
|
"delete"
;
primaryKeyValues
:
string
;
recordData
?:
string
;
sourceServerId
:
string
;
timestamp
:
string
;
}
Index
Properties
action
primary
Key
Values
record
Data?
source
Server
Id
timestamp
Properties
action
action
:
"save"
|
"delete"
primary
Key
Values
primaryKeyValues
:
string
Optional
record
Data
recordData
?:
string
source
Server
Id
sourceServerId
:
string
timestamp
timestamp
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
action
primary
Key
Values
record
Data
source
Server
Id
timestamp
Member Junction
Loading...
Typed payload for remote-invalidate events received via cache invalidation subscription.