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