Skip to content

DisplayValueComponent.setStatus method

DisplayValueComponent › setStatus

Official

Show a status indicator on the row. Use 'warning' when the value needs the user's attention; the explanation itself belongs on the page this row leads to, while this only signals that there is something to look at.

Signature:

setStatus(status: "warning" | null): this

Parameters:

Parameter Type Description
status "warning" | null

Returns: this

Since: 1.13.1