--- title: li-ticker-host-reference description: "A reference to the host document of a ticker entry." --- ## Supported Features | Feature | Supported | | ------- | :-------: | | Document | ✔ | | Media | ✗ | | Include | ✗ | | Document Creation Flow | ✗ | | Push Message | ✗ | | Usage Log | ✗ | | Table Dashboard | ✗ | | Display Filter | ✗ | | Search Indexing | ✔ | | System Metadata | ✗ | | Planning System | ✗ | | Webhook Conditions | ✗ | ## Description A reference to the host document of a ticker entry. ## Default UI Not rendered ## Storage Format ```js { $ref: 'document', reference: { id: } } ``` ## Content Type Config ```js { handle: 'myContentType', // ... metadata: [ { handle: 'tickerHost' type: 'li-ticker-host-reference', config: { index: true } } // ... ] } ```