Vivid API

Progress

Use to display the length of time a process will take, visualize a percentage value (determinate) or to represent an unspecified wait time (indeterminate).

Usage

import { registerProgress } from '@vonage/vivid-api';
registerProgress('your-prefix');

API Reference

Properties

PropertyTypeDefaultDescription
connotation'accent' | 'cta' | 'success' | 'alert' | 'pacific'Sets the connotation
maxnumberThe maximum value
minnumberThe minimum value
pausedbooleanIndicates the progress is paused
reversebooleanSets the progress to show from right to left
shape'rounded' | 'sharp'Sets the border radius
valuenumberThe value of the progress
PropertyTypeDefaultDescription
connotation'accent' | 'cta' | 'success' | 'alert' | 'pacific'Sets the connotation
maxnumberThe maximum value
minnumberThe minimum value
pausedbooleanIndicates the progress is paused
reversebooleanSets the progress to show from right to left
shape'rounded' | 'sharp'Sets the border radius
valuenumberThe value of the progress