@orangecheck/auth-client / OcAccountPillProps
Interface: OcAccountPillProps
Defined in: components.tsx:373
Extends
unknown<HTMLDivElement>
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
<a id="property-dashboardurl"></a> dashboardUrl? | string | URL to link the address to. Defaults to the auth origin's /dashboard. | components.tsx:375 |
<a id="property-render"></a> render? | (account: { address: string; displayName?: string | null; }) => ReactNode | Override the display text. Defaults to the shortened address. | components.tsx:377 |