Skip to main content

AuditLogEntry

AuditLogEntry — Prism component.

Signature
Density
Viewport
Theme follows the navbar ☀/☾ toggle
Live demo
Open ↗

When to use

AuditLogEntry — Prism component.

Accessibility

Masked values stay obscured to assistive tech until revealed; the reveal toggle is a labelled button. Audit entries are an ordered list.

Import

const { AuditLogEntry } = window.PrismDesignSystem_39d121;

Props

PropTypeRequiredDescription
actorReact.ReactNodeWho performed the action.
actionReact.ReactNodeYesThe action phrase, e.g. "exported", "viewed record".
targetReact.ReactNodeThe object acted upon, e.g. a record name. Emphasised.
timestampReact.ReactNodeWhen it happened (pre-formatted, locale-aware).
detailReact.ReactNodeSecondary description line.
metaReact.ReactNodeTertiary metadata, e.g. IP address / device / location.
tone"neutral" | "create" | "edit" | "delete" | "view" | "access" | "alert"Action tone — drives the marker icon & colour.
iconReact.ReactNodeOverride the marker icon (SVG path nodes).
classNamestring