Type alias CreateLearningElementClassificationsStepProps
CreateLearningElementClassificationsStepProps: { handleLearningElementClassification: ((classification) => void); nextButtonText: string; onBack: (() => void); onNext: (() => void); onSolutionChange: ((selectedSolutions) => void); selectedLearningElements: { [
key:
number]
: RemoteLearningElement[]; }; selectedLearningElementsClassification: { [
key:
number]
: RemoteLearningElementWithClassification[]; }; selectedSolutions: { [
key:
number]
: Solution[]; }; selectedTopics: RemoteTopics[]; }
Type declaration
-
handleLearningElementClassification: ((classification) => void)
-
- (classification): void
-
Returns void
-
nextButtonText: string
-
onBack: (() => void)
-
onNext: (() => void)
-
onSolutionChange: ((selectedSolutions) => void)
-
- (selectedSolutions): void
-
Parameters
-
selectedSolutions: {
[key: number]: Solution[];
}
Returns void
-
selectedLearningElements: {
[key: number]: RemoteLearningElement[];
}
-
-
selectedSolutions: {
[key: number]: Solution[];
}
-