AuditLogEntry
[ Interface ]
interface AuditLogEntry {
name: string;
contextDomain?: string;
comment?: string;
data?: any;
}Properties
Name | Type | Description |
|---|---|---|
name | Name of the entry | |
contextDomain | The context domain of the entry | |
comment | Comment of the entry | |
data | Data of the entry |
![]() | Available from version 1.12 |
