Interface: IModalDialog experimental
Beta
Properties
activeRequestId
readonlyactiveRequestId:string|undefined
Beta
Remarks
Identifier for the active request for this dialog
contentPane
readonlycontentPane:IPropertyPane
Beta
Remarks
Custom pane layout for the dialog
controlPane
readonlycontrolPane:IModalControlPane
Beta
Remarks
Custom pane layout for the dialog
id
readonlyid:string
Beta
Remarks
Unique identifier for the dialog
title
readonlytitle:LocalizedString|undefined
Beta
Remarks
Title of the dialog
Methods
sendDismiss()
sendDismiss():
void
Beta
Returns
void
Remarks
Dispatches a dismiss message to the active request if it is available
sendResponse()
sendResponse(
response):void
Beta
Parameters
response
Response message to be handled by the active request
Returns
void
Remarks
Dispatches a response message to the active request if it is available
setTitle()
setTitle(
title):void
Beta
Parameters
title
LocalizedString | undefined
New title
Returns
void
Remarks
Updates the title of the modal dialog
