File

models/state.model.ts

Description

Spectra application state.

Index

Properties

Properties

plots
plots: GmmPlots
Type : GmmPlots

Plots

serviceCallInfo
serviceCallInfo: ServiceCallInfo
Type : ServiceCallInfo

Service call info

serviceResponses
serviceResponses: GmmSpectraResponse[]
Type : GmmSpectraResponse[]

GMM service response

supportedImts
supportedImts: EnumParameterValues[]
Type : EnumParameterValues[]

Supported IMTs

usageResponse
usageResponse: GmmSpectraUsage
Type : GmmSpectraUsage

GMM usages

xValues
xValues: number[]
Type : number[]
import {GmmPlots} from '@ghsc/nshmp-lib-ng/gmm';
import {ServiceCallInfo} from '@ghsc/nshmp-lib-ng/nshmp';
import {GmmSpectraResponse, GmmSpectraUsage} from '@ghsc/nshmp-utils-ts/libs/nshmp-ws/gmm-services';
import {EnumParameterValues} from '@ghsc/nshmp-utils-ts/libs/nshmp-ws-utils/metadata';

/**
 * Spectra application state.
 */
export interface AppState {
  /** Plots */
  plots: GmmPlots;
  /** Service call info */
  serviceCallInfo: ServiceCallInfo;
  /** GMM service response */
  serviceResponses: GmmSpectraResponse[];
  /** Supported IMTs */
  supportedImts: EnumParameterValues[];
  /** GMM usages */
  usageResponse: GmmSpectraUsage;
  xValues: number[];
}

results matching ""

    No results matching ""