Skip to main content
Version: 3x

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
NameType
dataProgressData
Returns

void

Defined in

types.ts:190