@launchdarkly/observability + @launchdarkly/session-replay
Preparing search index...
integrations/mixpanel
MixpanelAPI
Interface MixpanelAPI
interface
MixpanelAPI
{
identify
:
(
unique_id
:
string
)
=>
void
;
init
:
(
token
:
string
,
config
?:
any
,
name
?:
string
)
=>
void
;
people
:
MixpanelPeopleAPI
;
track
:
(
event_name
:
string
,
properties
?:
any
,
options
?:
any
)
=>
void
;
}
Index
Properties
identify
init
people
track
Properties
identify
identify
:
(
unique_id
:
string
)
=>
void
init
init
:
(
token
:
string
,
config
?:
any
,
name
?:
string
)
=>
void
people
people
:
MixpanelPeopleAPI
track
track
:
(
event_name
:
string
,
properties
?:
any
,
options
?:
any
)
=>
void
Settings
Member Visibility
Inherited
Alpha
Beta
Theme
OS
Light
Dark
On This Page
Properties
identify
init
people
track
@launchdarkly/observability + @launchdarkly/session-replay
Loading...