Interface IProps

    interface IProps {
        postprocessing?: PostProcessing;
        results: Result[];
        setResult: ((result?: IFrontResult) => void);
        simulation?: Simulation;
    }

    Properties

    postprocessing?: PostProcessing
    results: Result[]
    setResult: ((result?: IFrontResult) => void)
    simulation?: Simulation

    Generated using TypeDoc and TypeDoc Airthium Plugin