@orangecheck/ui / EcosystemSwitcherProps
Interface: EcosystemSwitcherProps
Defined in: ecosystem-switcher.tsx:134
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
<a id="property-classname"></a> className? | string | - | ecosystem-switcher.tsx:136 |
<a id="property-current"></a> current | EcosystemSlug | - | ecosystem-switcher.tsx:135 |
<a id="property-showownerentries"></a> showOwnerEntries? | boolean | When true, append the owner-only entries (currently oc·analytics) to the family-switcher dropdown. Consumers pass this from their session: useOcSession().account?.isOwner. Defaults to false so non-owners never see owner-only links. Not a security boundary — analytics.ochk.io re-checks the live OWNER_OC_ADDRESSES env on every request. This prop only decides whether the UX hint is visible. | ecosystem-switcher.tsx:147 |