File

models/plots.model.ts

Description

MFD application plot ids

Index

Properties

Properties

logicTree
logicTree: NshmpPlot
Type : NshmpPlot

Logic tree

mfd
mfd: NshmpPlot
Type : NshmpPlot

MFD plot

import {NshmpPlot} from '@ghsc/nshmp-lib-ng/plot';

/**
 * MFD application plot ids
 */
export interface Plots {
  /** Logic tree */
  logicTree: NshmpPlot;
  /** MFD plot */
  mfd: NshmpPlot;
}

results matching ""

    No results matching ""