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.
Gets the panel width in pixels.
Syntax
Microsoft.CIFramework.getWidth().then(successCallback, errorCallback);
Parameters
Name | Type | Required | Description |
---|---|---|---|
successCallback | Function | No | A function to call when the request for the current width value is successful. |
errorCallback | Function | No | A function to call when the request for the current width value fails. |
Return value
Type: Number
Description: Returns a promise object containing the width of the panel, in pixels.