QuanticUserActionsToggle

Note

This component was introduced in version 3.2.0.

The QuanticUserActionsToggle component displays a button that opens a modal containing the user actions timeline component.

Example

<c-quantic-user-actions-toggle engine-id={engineId} user-id="someone@company.com" ticket-creation-date-time="2024-01-01T00:00:00Z"></c-quantic-user-actions-toggle>

Properties

Property Attribute Description Type Default

engineId (required)

engine-id

The ID of the engine instance the component registers to.

string

userId (required)

user-id

The ID of the user whose actions are being displayed. For example in email format "someone@company.com".

string

ticketCreationDateTime (required)

ticket-creation-date-time

The date and time when the ticket was created. For example "2024-01-01T00:00:00Z"

string

excludedCustomActions

excluded-custom-actions

The names of custom events to exclude.

Array.<string>

[]

XML Configuration File Elements

The following XML configuration file elements apply (see XML Configuration File Elements).

Metadata Value

apiVersion

61.0

isExposed

false