Type alias CreateLearningElementClassificationTableProps

CreateLearningElementClassificationTableProps: {
    children?: ReactNode;
    learningElementsWithSolutions: {
        [key: number]: RemoteLearningElementWithSolution[];
    };
    onLearningElementSolutionChange: ((selectedSolutions) => void);
    selectedLearningElementsClassification: {
        [key: number]: RemoteLearningElementWithClassification[];
    };
    selectedSolutions: {
        [key: number]: Solution[];
    };
    selectedTopics: RemoteTopics[];
}

Type declaration

Generated using TypeDoc