mirror of
https://github.com/umami-software/umami.git
synced 2026-02-09 23:27:12 +01:00
New event data screen.
This commit is contained in:
parent
10c438d1de
commit
8ee37d1246
137 changed files with 4918 additions and 321 deletions
|
|
@ -125,9 +125,9 @@ export interface WebsiteEventMetric {
|
|||
|
||||
export interface WebsiteEventData {
|
||||
eventName?: string;
|
||||
fieldName: string;
|
||||
propertyName: string;
|
||||
dataType: number;
|
||||
fieldValue?: string;
|
||||
propertyValue?: string;
|
||||
total: number;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue