Trading Assistant API Documentation - v0.1.0
Preparing search index...
components/02-widgets/10_AuditLogs/logs.types
AuditLogsState
Interface AuditLogsState
interface
AuditLogsState
{
logs
:
AuditLog
[]
;
selectedLog
:
AuditLog
|
null
;
filters
:
AuditLogFilters
;
sort
:
AuditLogSort
;
pagination
:
AuditLogPagination
;
loading
:
boolean
;
error
:
string
|
null
;
exporting
:
boolean
;
}
Index
Properties
logs
selected
Log
filters
sort
pagination
loading
error
exporting
Properties
logs
logs
:
AuditLog
[]
selected
Log
selectedLog
:
AuditLog
|
null
filters
filters
:
AuditLogFilters
sort
sort
:
AuditLogSort
pagination
pagination
:
AuditLogPagination
loading
loading
:
boolean
error
error
:
string
|
null
exporting
exporting
:
boolean
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
logs
selected
Log
filters
sort
pagination
loading
error
exporting
Trading Assistant API Documentation - v0.1.0
Loading...