Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IApplicationActivity

A generic application event to add to the log. Could be wired to route changes or certain components activating or sharing some result

export
interface

IApplicationActivity

Hierarchy

  • IApplicationActivity

Index

Properties

component

component: string

Optional data

data: any

Optional description

description: undefined | string

status

status: "ok" | "activate" | "deactivate" | "error" | "warning"

url

url: string