@orangecheck/ui / FamilyProperty
Interface: FamilyProperty
Defined in: family-properties.ts:16
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
<a id="property-category"></a> category | FamilyCategory | Family-level category that shapes the visual chip + menu sectioning. | family-properties.ts:30 |
<a id="property-docshref"></a> docsHref | string | Docs deep-link (e.g. 'https://docs.ochk.io/vault'). | family-properties.ts:28 |
<a id="property-hostname"></a> hostname | string | Bare hostname (e.g. 'vault.ochk.io'). Used in account-menu headers. | family-properties.ts:22 |
<a id="property-label"></a> label | string | Wordmark label (e.g. 'oc·vault'). | family-properties.ts:24 |
<a id="property-origin"></a> origin | string | Absolute origin (e.g. 'https://vault.ochk.io'). | family-properties.ts:20 |
<a id="property-slug"></a> slug | EcosystemSlug | Stable URL-safe identifier (e.g. 'vault'). | family-properties.ts:18 |
<a id="property-sub"></a> sub | string | Short tagline (verb — what-it-does), shown under the wordmark in the menu. | family-properties.ts:26 |