@umbraco-cms/backoffice
Preparing search index...
packages/core/audit-log
UmbAuditLogDataSource
Interface UmbAuditLogDataSource<AuditLogType>
interface
UmbAuditLogDataSource
<
AuditLogType
extends
UmbAuditLogModel
>
{
getAuditLog
(
args
:
UmbAuditLogRequestArgs
,
)
:
Promise
<
UmbDataSourceResponse
<
UmbPagedModel
<
AuditLogType
>
>
>
;
}
Type Parameters
AuditLogType
extends
UmbAuditLogModel
Index
Methods
get
Audit
Log
Methods
get
Audit
Log
getAuditLog
(
args
:
UmbAuditLogRequestArgs
,
)
:
Promise
<
UmbDataSourceResponse
<
UmbPagedModel
<
AuditLogType
>
>
>
Parameters
args
:
UmbAuditLogRequestArgs
Returns
Promise
<
UmbDataSourceResponse
<
UmbPagedModel
<
AuditLogType
>
>
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Methods
get
Audit
Log
@umbraco-cms/backoffice
Loading...