Interface: ModalDialogCreationParams experimental
Beta
Represents parameters to create a modal dialog
Properties
canUserDismiss?
optionalcanUserDismiss?:boolean
Beta
Remarks
Determines if the panel can be dismissed by the user actions. If undefined, it will be true.
height?
optionalheight?:number
Beta
Remarks
Panel height for the dialog
onActiveRequestChange?
optionalonActiveRequestChange?: (requestId) =>void
Beta
Parameters
requestId
string | undefined
Returns
void
Remarks
Callback to notify changes in active request
title?
optionaltitle?:LocalizedString
Beta
Remarks
Dialog title
uniqueId?
optionaluniqueId?:string
Beta
Remarks
Optional user defined unique identifier
width?
optionalwidth?:number
Beta
Remarks
Panel width for the dialog
