Documentation / @zerotal/monitor / FeedEvent
Interface: FeedEvent
Defined in: monitor/src/store/types.ts:318
A single row in an event feed (security, scheduled-task runs, etc.).
Properties
when
when:
string
Defined in: monitor/src/store/types.ts:319
label
label:
string
Defined in: monitor/src/store/types.ts:320
detail
detail:
string
Defined in: monitor/src/store/types.ts:321
status
status:
"info"|"warn"|"ok"|"bad"
Defined in: monitor/src/store/types.ts:322
route
route:
string|null
Defined in: monitor/src/store/types.ts:323