banner
It is one of the return types of the submit handler. This return type can be used to display a success/failure banner based on whether the action performed was successful or a failure.
| Parameter | Description | Datatype | Max Limit | 
| type | Type of response | - | - | 
| status | Status of the action performed | - | - | 
| text | Text to be displayed in the banner | String | 50 | 
Sample Code:
Copied{
	"type" : "banner",
	"text" : "Updated successfully",
	"status" : "success|failure"
}