@ghsc/nshmp-utils-ts - 4.12.7
    Preparing search index...

    Interface HazardCurveComponent

    Hazard curve service data per component.

    interface HazardCurveComponent {
        component: string;
        values: XySequence;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    component: string
    values: XySequence