TimelineActor
No description
type TimelineActor {
type: TimelineActorType!
label: String!
email: String
linkTargetId: String
}
Fields
TimelineActor.type ● TimelineActorType! non-null enum
TimelineActor.label ● String! non-null scalar
Display name for the actor (user email, app name, task name, or 'Anonymous').
TimelineActor.email ● String scalar
Email when actor is a user.
TimelineActor.linkTargetId ● String scalar
Global ID for the actor's settings page (user_id or app_id). The dashboard uses this to deep-link from the timeline row.
Member Of
TimelineEntry object