Type alias useCreateLearningElementClassificationTableProps
useCreateLearningElementClassificationTableProps: { LearningElementsClassification: { [
key:
number]
: LearningElementWithClassification[]; }; onLearningElementChange: ((selectedLearningElements) => void); onSolutionChange: ((selectedSolutions) => void); selectedSolutions: { [
key:
number]
: Solution[]; }; }
Type declaration
-
-
onLearningElementChange: ((selectedLearningElements) => void)
-
- (selectedLearningElements): void
-
Returns void
-
onSolutionChange: ((selectedSolutions) => void)
-
- (selectedSolutions): void
-
Parameters
-
selectedSolutions: {
[key: number]: Solution[];
}
Returns void
-
selectedSolutions: {
[key: number]: Solution[];
}