Home > @uniformdev/context-vue > TestComponentProps

TestComponentProps interface

Signature:

Properties

<table><thead><tr><th>

Property

</th><th>

Modifiers

</th><th>

Type

</th><th>

Description

</th></tr></thead> <tbody><tr><td>

component

</td><td>

</td><td>

ConcreteComponent<TestVariant>

</td><td>

A Vue component to use to render the test variant.

</td></tr> <tr><td>

name

</td><td>

</td><td>

string

</td><td>

Name of the test that is running.

</td></tr> <tr><td>

variations

</td><td>

</td><td>

TestVariant[]

</td><td>

Variation list that this test will selected from.

</td></tr> </tbody></table>