Home > @uniformdev/mesh-sdk-react > DelegationGateProps
DelegationGateProps interface
Signature:
Properties
|
Property |
Modifiers |
Type |
Description |
|---|---|---|---|
|
React__default.ReactNode | |||
|
React__default.ReactNode |
(Optional) Shown when identity delegation is not enabled for this integration. Omit to use the default callout. | ||
|
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. | ||
|
React__default.ReactNode |
(Optional) Shown while delegation is starting. Omit to use the default loading UI. |