Experiment JS Client Documentation - v1.16.1
Preparing search index...
ExperimentPlugin
Interface ExperimentPlugin
interface
ExperimentPlugin
{
name
?:
string
;
type
?:
"integration"
;
setup
(
config
:
ExperimentConfig
,
client
:
Client
)
:
Promise
<
void
>
;
teardown
()
:
Promise
<
void
>
;
}
Hierarchy (
View Summary
)
ExperimentPlugin
IntegrationPlugin
Index
Properties
name?
type?
Methods
setup?
teardown?
Properties
Optional
name
name
?:
string
Optional
type
type
?:
"integration"
Methods
Optional
setup
setup
(
config
:
ExperimentConfig
,
client
:
Client
)
:
Promise
<
void
>
Parameters
config
:
ExperimentConfig
client
:
Client
Returns
Promise
<
void
>
Optional
teardown
teardown
()
:
Promise
<
void
>
Returns
Promise
<
void
>
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
name
type
Methods
setup
teardown
Experiment JS Client Documentation - v1.16.1
Loading...