Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Sets the state of the panel.
Syntax
Microsoft.CIFramework.setMode(value).then(successCallback, errorCallback);
Parameters
Name | Type | Required | Description | ||||
---|---|---|---|---|---|---|---|
value | Number | Yes | The value to set the mode of the panel.
|
||||
successCallback | Function | No | A function to call when the request for setting the panel state is successful. | ||||
errorCallback | Function | No | A function to call when the request for setting the panel state fails. |
Return value
Returns a promise object with a value.