ProgressCallback
@spartanfx/react / ProgressCallback
Type Alias: ProgressCallback()
ProgressCallback = (
message) =>void
A callback function type used for reporting progress updates during batch operations.
Parameters
message
string
A progress message describing the current state of the operation.
Returns
void