AuditLogEntry

[ Interface ]

interface AuditLogEntry {
    name: string;
    contextDomain?: string;
    comment?: string;
    data?: any;
}

Properties

Name

Type

Description

name

string

Name of the entry

contextDomain

string, undefined

The context domain of the entry

comment

string, undefined

Comment of the entry

data

any

Data of the entry

AuditLogEntry 1:

Available from version 1.12