ObjectAuditComponent
Component Metadata
Section titled “Component Metadata”Selector: yuv-object-audit
Standalone: Yes
Inputs
Section titled “Inputs”allActions
Section titled “allActions”Type: any
Default Value: false
Whether or not to ignore admin and user separation of audit entries
dmsObject
Section titled “dmsObject”Type: DmsObject | undefined
Default Value: undefined
skipActions
Section titled “skipActions”Type: number[]
Default Value: []
A list of audits that should not be shown. Use the audit codes (like 100, 301, etc.). This will also disable the corresponding filters.
Properties
Section titled “Properties”auditLabels
Section titled “auditLabels”Type: any
Default Value: \{\}
auditsRes
Section titled “auditsRes”Type: unknown
Default Value: signal<AuditQueryResult | undefined>(undefined)
Type: unknown
Default Value: signal(false)
Type: unknown
Default Value: signal(false)
Type: object
Default Value: \{ filter: YUV_ICONS.filter, arrowNext: YUV_ICONS.arrowNext \}
resolvedItems
Section titled “resolvedItems”Type: unknown
Default Value: signal<ResolvedAuditEntry[]>([])
searchActions
Section titled “searchActions”Type: literal type[]
Default Value: []
Methods
Section titled “Methods”goToPage
Section titled “goToPage”goToPage(page: number): voidArguments
Section titled “Arguments”| Name | Type | Description |
|---|---|---|
| page | number |
Execute a query from the search panel.
query(): void