[{"label":"Latest (1.0.0)","version":"latest"}]
crest

FocusIndicatorSuccessResponse

A JSON object that contains information of the Focus Indicator success response.


Properties

categories Required

Identifies type of issue (errors or alerts).


statistics Required

Statistics details related to the Focus Indicator Functionality.


status Required

A JSON object that provides details about the success response.

JSON Example

{
	"categories": {},
	"statistics": {
		"allitemcount": 0,
		"pageurl": "string",
		"time": 0,
		"totalelements": 0
	},
	"status": {
		"httpstatuscode": 0,
		"success": "string"
	}
}
[{"label":"Latest (1.0.0)","version":"latest"}]
crest
Returned By

Keyboard Focus Indicator

Feedback

Was this page helpful?