Skip to main content
Version: 1.0.7

ProgressCallback

@spartanfx/react v1.0.7


@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