Skip to content

trackkit / index / Props

Type Alias: Props

Props = Record<string, unknown>

Defined in: types.ts:46

Generic bag of event properties.

Props must be JSON-serialisable. For stricter typing you can layer a project-specific type over this in your own code.

Released under the MIT License.