web: Add timestamp display format to measure configuration.

This commit is contained in:
2020-03-14 22:45:59 -05:00
parent cf69ff2fa1
commit e9de9aebf3
10 changed files with 101 additions and 17 deletions

1
web/src/models.d.ts vendored
View File

@ -17,6 +17,7 @@ export interface LoginSubmit {
export interface MeasureConfig {
type: MeasureType;
isVisible: boolean;
timestampDisplayFormat: string;
}
export interface TextMeasureConfig extends MeasureConfig {