UNPKG

@snap/camera-kit

Version:
35 lines (19 loc) 817 B
[CameraKit Web SDK - v0.22.0](../README.md) / [Exports](../modules.md) / LensLaunchData # Interface: LensLaunchData Some Lenses may accept (or require) certain data provided to them when the Lens is applied. This data may include things like user info (to render the user's name, for example, or perform some task based on their birth date), or arbitrary `launchParams` defined by the Lens. ## Table of contents ### Properties - [userId](LensLaunchData.md#userid) - [userData](LensLaunchData.md#userdata) - [launchParams](LensLaunchData.md#launchparams) ## Properties ### userId`Optional` **userId**: `string` ___ ### userData • `Optional` **userData**: [`LensUserData`](LensUserData.md) ___ ### launchParams • `Optional` **launchParams**: [`LensLaunchParams`](../modules.md#lenslaunchparams)