Type alias useCreateLearningElementClassificationTableProps

useCreateLearningElementClassificationTableProps: {
    LearningElementsClassification: {
        [key: number]: LearningElementWithClassification[];
    };
    onLearningElementChange: ((selectedLearningElements) => void);
    onSolutionChange: ((selectedSolutions) => void);
    selectedSolutions: {
        [key: number]: Solution[];
    };
}

Type declaration

Generated using TypeDoc