interface Props {
    material: Partial<IModelMaterialsValue>;
    onClose: () => void;
    onError: (desc?: string) => void;
    simulation: Simulation;
    swr: Swr;
}

Properties

material: Partial<IModelMaterialsValue>
onClose: () => void
onError: (desc?: string) => void
simulation: Simulation
swr: Swr