ednl-liftstatus-web-components
Version:
The EDNL LiftStatus web components
46 lines (45 loc) • 1.12 kB
TypeScript
export declare class LsRecentStops {
/**
* The unique key that is used to identify store data.
*/
readonly idKey: string;
private store;
private readonly DAYJSFORMAT;
private readonly DEBOUNCEDELAY;
private readonly MARGIN;
private readonly SENSOR_IDS;
private readonly focusCircleId;
private readonly focusLineXId;
private readonly focusLineYId;
private readonly focusTextContainerId;
private readonly focusTextId;
private height;
private width;
/**
* The Host element
*/
element: HTMLLsRecentStopsElement;
resizeWindow(): void;
private handleResize;
private canvas;
private currentXScale;
private currentYScale;
private graph;
private historicalPointsResponse;
private timePoints;
private maxFloors;
private timer;
private xAxis;
private yAxis;
private errorState;
loadingState: boolean;
private handleSensorUpdate;
private clearChart;
private drawChart;
private updateDataRange;
private getSelectedStartPeriod;
componentWillLoad(): Promise<void>;
componentDidLoad(): Promise<void>;
render(): any;
disconnectedCallback(): void;
}