Anchorage API reference
Documentation
GitHub
Preparing search index...
@proofoftech/flowsafe
signals/client
SendStateBody
Interface SendStateBody
interface
SendStateBody
{
attributes
?:
Record
<
string
,
string
|
number
|
boolean
|
null
>
;
cacheKey
:
string
;
contents
:
string
;
delta
?:
unknown
;
id
:
string
;
mode
?:
"snapshot"
|
"delta"
;
value
?:
unknown
;
}
Index
Properties
attributes?
cache
Key
contents
delta?
id
mode?
value?
Properties
Optional
attributes
attributes
?:
Record
<
string
,
string
|
number
|
boolean
|
null
>
cache
Key
cacheKey
:
string
contents
contents
:
string
Optional
delta
delta
?:
unknown
id
id
:
string
Optional
mode
mode
?:
"snapshot"
|
"delta"
Optional
value
value
?:
unknown
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
attributes
cache
Key
contents
delta
id
mode
value
Documentation
GitHub
Anchorage API reference
Loading...