update module

Note

This namespace is in Beta and provided as a preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.

Namespace to update the dialog

Functions

isSupported()

Checks if dialog.update capability is supported by the host

resize(DialogSize)

Update dimensions - height/width of a dialog.

Function Details

isSupported()

Note

This API is in Beta and provided as a preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.

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)

Note

This API is in Beta and provided as a preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.

Update dimensions - height/width of a dialog.

function resize(dimensions: DialogSize)

Parameters

dimensions
DialogSize

An object containing width and height properties.