File

libs/d3/src/lib/model/d3-highlight.ts

Index

Properties

Properties

ids
ids: Map<string | HighlightValue>
Type : Map<string | HighlightValue>
timestamp
timestamp: number
Type : number
export interface HighlightOutput {
    timestamp: number;
    ids: Map<string, HighlightValue>;
}

export interface HighlightValue {
    timestamp: number;
    value: number;
}

result-matching ""

    No results matching ""