@custouch/jssdk
    Preparing search index...

    Interface CollectEvent

    interface CollectEvent {
        content?: Record<string, string>;
        identities?: Record<string, any>;
        origin?: string;
        properties?: Record<string, any>;
        type: string;
    }
    Index

    Properties

    content?: Record<string, string>
    identities?: Record<string, any>
    origin?: string
    properties?: Record<string, any>
    type: string