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

Generated using TypeDoc