TimelineKit API
    Preparing search index...

    Class ResourceHistogramEvents

    Event emitters for subscribing to histogram lifecycle events.

    Index

    Constructors

    Properties

    barClick$: Subject<HistogramBarClickArgs> = ...

    Emitted when a histogram bar/row is clicked.

    barDblClick$: Subject<HistogramBarClickArgs> = ...

    Emitted when a histogram bar/row is double-clicked.

    chartContextMenu$: Subject<HistogramChartContextMenuArgs> = ...

    Emitted on right-click on the chart area.

    projectTimeline$: Subject<DateRange> = ...

    Emitted when the project timeline bounds change.

    redone$: Subject<void> = ...

    Emitted when a redo is performed.

    resourceHover$: Subject<HistogramResource | null> = ...

    Emitted when a resource row is hovered in the chart.

    undone$: Subject<void> = ...

    Emitted when an undo is performed.

    Methods