Skip to main content
cngx-src documentation

CngxTimelineMarkerHost

Interface

projects/common/timeline/marker-host.token.ts

Referenced by#

Import#

import { CngxTimelineMarkerHost } from '@cngx/common/timeline'

Description#

The contract a timeline exposes to the rows beneath it, so an app-wide marker template can reach a dot the organism does not itself render.

<cngx-timeline> is data-driven in v1: the consumer owns the whole row template and writes <cngx-timeline-item> themselves, which means the organism has no handle on the marker inside it. Passing the resolved template through DI is what closes that gap without the row having to thread it down by hand.

Index#

Properties

Instance Properties#

markerTpl#Signal
Readonly

Resolved *cngxTimelineMarkerTpl, already through the config cascade.