Type alias CreateLearningElementClassificationTableProps
CreateLearningElementClassificationTableProps: { LearningElementsClassification: { [
key:
number]
: LearningElementWithClassification[]; }; children?: ReactNode; onLearningElementChange: ((selectedLearningElements) => void); onSolutionChange: ((selectedSolutions) => void); selectedLearningElements: { [
key:
number]
: RemoteLearningElement[]; }; selectedSolutions: { [
key:
number]
: Solution[]; }; selectedTopics: RemoteTopics[]; }
Type declaration
-
-
Optional
children?: ReactNode
-
onLearningElementChange: ((selectedLearningElements) => void)
-
- (selectedLearningElements): void
-
Returns void
-
onSolutionChange: ((selectedSolutions) => void)
-
- (selectedSolutions): void
-
Parameters
-
selectedSolutions: {
[key: number]: Solution[];
}
Returns void
-
selectedLearningElements: {
[key: number]: RemoteLearningElement[];
}
-
selectedSolutions: {
[key: number]: Solution[];
}
-