@coveo/headless
    Preparing search index...

    Interface UserActionsOptions

    interface UserActionsOptions {
        excludedCustomActions?: string[];
        ticketCreationDate: string;
    }
    Index

    Properties

    excludedCustomActions?: string[]

    The names of custom events to exclude.

    []

    ticketCreationDate: string

    The ticket creation date in the ISO 8601 format.