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. 

ParameterDescriptionDatatypeMax Limit
typeType of response --
statusStatus of the action performed--
textText to be displayed in the bannerString50

 

Sample Code:

Copied{
	"type" : "banner",
	"text" : "Updated successfully",
	"status" : "success|failure"
}