Last date modified: 2025-Jul-02

Interface: ICustomStatusPillConfig

Definition for a custom status pill to be displayed

Properties

errorMessage?

optionalerrorMessage: string

Message to display for error status If not provided, defaults to "Error"


inProgressMessage?

optionalinProgressMessage: string

Message to display for in progress status If not provided, defaults to "In Progress"


name

name: string

Name of the status pill


successMessage?

optionalsuccessMessage: string

Message to display for success status If not provided, defaults to "Complete"

Return to top of the page
Feedback