Wactorz JS
Preparing search index...
io/WSChatClient
LogFeedItem
Interface LogFeedItem
One MQTT-derived event entry from the server's in-memory log_feed.
interface
LogFeedItem
{
agent_id
?:
string
;
agent_type
?:
string
;
agentName
?:
string
;
agentType
?:
string
;
command
?:
string
;
message
?:
string
;
name
?:
string
;
severity
?:
string
;
status
?:
Record
<
string
,
unknown
>
;
text
?:
string
;
timestamp
?:
number
;
type
:
string
;
}
Index
Properties
agent_
id?
agent_
type?
agent
Name?
agent
Type?
command?
message?
name?
severity?
status?
text?
timestamp?
type
Properties
Optional
agent_
id
agent_id
?:
string
Optional
agent_
type
agent_type
?:
string
Optional
agent
Name
agentName
?:
string
Optional
agent
Type
agentType
?:
string
Optional
command
command
?:
string
Optional
message
message
?:
string
Optional
name
name
?:
string
Optional
severity
severity
?:
string
Optional
status
status
?:
Record
<
string
,
unknown
>
Optional
text
text
?:
string
Optional
timestamp
timestamp
?:
number
type
type
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
agent_
id
agent_
type
agent
Name
agent
Type
command
message
name
severity
status
text
timestamp
type
Wactorz JS
Loading...
One MQTT-derived event entry from the server's in-memory log_feed.