Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • AnalyticEntry

Index

Constructors

constructor

  • new AnalyticEntry(type: "navigation" | "click" | "event", path: string): AnalyticEntry

Properties

Private _isSaved

_isSaved: boolean = false

Private Optional action

action: string

Private Optional category

category: string

Private date

date: Date

Private path

path: string

Private Optional title

title: string

Private type

type: "navigation" | "click" | "event" = 'navigation'

Private Optional value

value: any

Accessors

isSaved

  • get isSaved(): boolean

Methods

output

  • output(): { action: string; category: string; date: Date; path: string; title: string; type: "navigation" | "click" | "event"; value: any }
  • Returns { action: string; category: string; date: Date; path: string; title: string; type: "navigation" | "click" | "event"; value: any }

    • action: string
    • category: string
    • date: Date
    • path: string
    • title: string
    • type: "navigation" | "click" | "event"
    • value: any

saved

  • saved(): void

Static click

  • click(path: string, category: string, action: string, label?: string, value?: any): AnalyticEntry

Static event

  • event(path: string, category: string, action: string, label?: string, value?: any): AnalyticEntry

Static navigation

Generated using TypeDoc