Interface IResultsProps

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

    Properties

    postprocessing?: PostProcessing
    setResult: ((result?: IFrontResult) => void)
    simulation: Simulation

    Generated using TypeDoc and TypeDoc Airthium Plugin