Constructors

Properties

currentHydat: undefined | Hydat
settingsForCurrentHydat: {
    plotLineSettings: {
        remove: (() => void);
        x: string;
        y: string;
        z: string;
    }[];
}

Type declaration

  • plotLineSettings: {
        remove: (() => void);
        x: string;
        y: string;
        z: string;
    }[]

Generated using TypeDoc