Variable DRIVER_KIND_DISPLAYConst
DRIVER_KIND_DISPLAY: {
agent: { description: string; title: string };
engine: { description: string; title: string };
person: { description: string; title: string };
service: { description: string; title: string };
} = ...
Type declaration
agent: { description: string; title: string }
engine: { description: string; title: string }
person: { description: string; title: string }
service: { description: string; title: string }
Driver-kind labels — the actor glyph for "who fired this action", recorded on the
actionFiredhistory entry. Standalone for the same reason as ACTIVITY_KIND_DISPLAY.