Optional
options: { Show progress options.
Optional
description?: stringOptional
overlay?: booleanimport {showProgress} from '@matterway/sdk-progress';
await showProgress(
ctx,
'Title Item',
{
description: 'Description of the Item',
overlay: true,
},
);
Generated using TypeDoc
Shows the progress status in a bubble.