getWidth (JavaScript API Reference) for Dynamics 365 Channel Integration Framework 1.0

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.