File

models/curve-table.model.ts

Description

Static hazard curve data table, table per site class

Index

Properties

Properties

siteClass
siteClass: string
Type : string

Site class for table data

tableData
tableData: TableData[]
Type : TableData[]

Table data

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

/**
 * Static hazard curve data table, table per site class
 */
export interface StaticHazardCurveTable {
  /** Site class for table data */
  siteClass: string;
  /** Table data */
  tableData: TableData[];
}

results matching ""

    No results matching ""