Type alias: SendProgress

Ƭ SendProgress: (data: ProgressData) => void

Type declaration

▸ (data): void

Type representing a function to send the progress.

Used by CompilerDelegate in getAsset function to send the compilation progress to the client who requested the asset.

Parameters
Name Type
data ProgressData
Returns

void

Defined in

types.ts:190