Interface IProps

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

    Properties

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

    Type declaration

      • (result?): void
      • Parameters

        Returns void

    simulation?: Simulation

    Generated using TypeDoc and TypeDoc Airthium Plugin