# setSuperProperties

Super properties are global event properties that are defined once and automatically applied to all events. This is a custom implementation inspired by a similar pattern in Mixpanel.

# Reference

setSuperProperties(properties: {})

# Parameters

  • properties: The properties to include in every event.

# Returns

Nothing

# Usage

import { setSuperProperties } from "@workleap/mixpanel";

setSuperProperties({
    "User Id": "123"
});