IHubHistoryEntry

Interface

History entry

Properties

Property Type Notes
action "view" | "workspace"

What action was last taken on the entity In the future this can expand to "replied to", "shared with" etc

id string

Unique identifier for the entity

title string

Title of the entity

type HubEntityType

Entity Type

url string

Url the user visited

owner Optional string

Owner of the entity

params Optional any

Additional parameters that can be used to rehydrate the entity

visited Optional number

timestamp the entity was last visited


Interface defined in common/src/core/hubHistory.ts:17