oc · docs
docs / documentation

@orangecheck/auth-client


@orangecheck/auth-client / OcAccountPillProps

Interface: OcAccountPillProps

Defined in: components.tsx:373

Extends

  • unknown<HTMLDivElement>

Properties

PropertyTypeDescriptionDefined in
<a id="property-dashboardurl"></a> dashboardUrl?stringURL to link the address to. Defaults to the auth origin's /dashboard.components.tsx:375
<a id="property-render"></a> render?(account: &#123; address: string; displayName?: string | null; &#125;) => ReactNodeOverride the display text. Defaults to the shortened address.components.tsx:377