@launchdarkly/observability + @launchdarkly/session-replay
Preparing search index...
plugins/plugin
LDClient
Interface LDClient
interface
LDClient
{
addHook
(
hook
:
Hook
)
:
void
;
identify
(
ctx
:
any
)
:
void
;
track
(
key
:
string
,
data
?:
any
,
metricValue
?:
number
)
:
void
;
}
Index
Methods
add
Hook
identify
track
Methods
add
Hook
addHook
(
hook
:
Hook
)
:
void
Parameters
hook
:
Hook
Returns
void
identify
identify
(
ctx
:
any
)
:
void
Parameters
ctx
:
any
Returns
void
track
track
(
key
:
string
,
data
?:
any
,
metricValue
?:
number
)
:
void
Parameters
key
:
string
Optional
data
:
any
Optional
metricValue
:
number
Returns
void
Settings
Member Visibility
Inherited
Alpha
Beta
Theme
OS
Light
Dark
On This Page
Methods
add
Hook
identify
track
@launchdarkly/observability + @launchdarkly/session-replay
Loading...