Interface IResultsProps

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

    Properties

    postprocessing?: PostProcessing
    setResult: ((result?) => void)

    Type declaration

      • (result?): void
      • Parameters

        Returns void

    simulation: Simulation

    Generated using TypeDoc and TypeDoc Airthium Plugin