Home > @uniformdev/mesh-sdk-react > DelegationGateProps

DelegationGateProps interface

Warning: This API is now obsolete.

This beta identity delegation API may change with breaking changes.

Signature:

Properties

Property

Modifiers

Type

Description

children

React__default.ReactNode

disabledComponent?

React__default.ReactNode

(Optional) Shown when identity delegation is not enabled for this integration. Omit to use the default callout.

errorComponent?

React__default.ReactNode | ((props: { error: Error; }) => React__default.ReactNode)

(Optional) Shown when delegation fails. Pass a render function to surface error details; omit for a generic callout.

loadingComponent?

React__default.ReactNode

(Optional) Shown while delegation is starting. Omit to use the default loading UI.