update module
Module to update the dialog
Functions
is |
Checks if dialog.update capability is supported by the host |
resize(Dialog |
Update dimensions - height/width of a dialog. |
Function Details
isSupported()
Checks if dialog.update capability is supported by the host
function isSupported(): boolean
Returns
boolean
boolean to represent whether dialog.update capabilty is supported
resize(DialogSize)
Update dimensions - height/width of a dialog.
function resize(dimensions: DialogSize)
Parameters
- dimensions
- DialogSize
An object containing width and height properties.