Anchorage API reference
Documentation
GitHub
Preparing search index...
@proofoftech/flowsafe
signals/client
SendSignalBody
Interface SendSignalBody
interface
SendSignalBody
{
attributes
?:
Record
<
string
,
string
|
number
|
boolean
|
null
>
;
contents
:
string
;
ifActive
?:
SignalActiveBehavior
;
ifIdle
?:
SignalIdleBehavior
;
tagName
?:
string
;
}
Index
Properties
attributes?
contents
if
Active?
if
Idle?
tag
Name?
Properties
Optional
attributes
attributes
?:
Record
<
string
,
string
|
number
|
boolean
|
null
>
contents
contents
:
string
Optional
if
Active
ifActive
?:
SignalActiveBehavior
Optional
if
Idle
ifIdle
?:
SignalIdleBehavior
Optional
tag
Name
tagName
?:
string
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
attributes
contents
if
Active
if
Idle
tag
Name
Documentation
GitHub
Anchorage API reference
Loading...