Home > @uniformdev/context-ui > ContextDataProps

ContextDataProps interface

Signature:

Properties

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

Property

</th><th>

Modifiers

</th><th>

Type

</th><th>

Description

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

contextConfig

</td><td>

</td><td>

ContextConfig

</td><td>

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

errorComponent?

</td><td>

</td><td>

ComponentType<DataContextErrorProps>

</td><td>

(Optional)

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

loadingComponent?

</td><td>

</td><td>

ComponentType

</td><td>

(Optional)

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

noIntentsComponent?

</td><td>

</td><td>

ComponentType<DataContextErrorProps>

</td><td>

(Optional)

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