Function useCreateAlgorithmTable
- useCreateAlgorithmTable(__namedParameters): {
handleAlgorithmChange: ((topicId, topicName, newAlgorithm) => void);
}
-
Returns {
handleAlgorithmChange: ((topicId, topicName, newAlgorithm) => void);
}
-
handleAlgorithmChange: ((topicId, topicName, newAlgorithm) => void)
-
- (topicId, topicName, newAlgorithm): void
-
Parameters
-
topicId: number
-
topicName: string
-
newAlgorithm: string
Returns void