--- title: QuanticUserActionsToggle slug: latest-insight-panel-user-actions-toggle canonical_url: https://docs.coveo.com/en/quantic/latest/reference/insight-panel-components/insight-panel-user-actions-toggle/ collection: quantic source_format: adoc --- # 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 ```html ``` ## Properties -- |=== | Property | Attribute | Description | Type | Default | `engineId` _(required)_ | `engine-id` a| The ID of the engine instance the component registers to. | `string` | | `userId` _(required)_ | `user-id` a| 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` a| The date and time when the ticket was created. For example "2024-01-01T00:00:00Z" | `string` | | `excludedCustomActions` | `excluded-custom-actions` a| The names of custom events to exclude. | `Array.` | `[]` |=== -- ## XML configuration file elements The following XML configuration file elements apply (see [XML Configuration File Elements](https://developer.salesforce.com/docs/component-library/documentation/en/lwc/lwc.reference_configuration_tags)). -- |=== | Metadata | Value | `apiVersion` | `61.0` | `isExposed` | `false` |=== --