ProgressCallback
@spartanfx/react / spfx / ProgressCallback
Type Alias: ProgressCallback
type 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