Type Alias: ModalDialogActivationParams<T> experimental
ModalDialogActivationParams<
T> =object&TextendsCoreModalDialogType?object:object
Beta
Parameters required to activate a modal dialog instance
Type Declaration
dialogId
dialogId:
T
onResponse?
optionalonResponse?: (payload) =>void
Parameters
payload
T extends CoreModalDialogType ? ModalDialogCoreResponseType[T] : ModalDialogCustomResponse | ModalDialogDismissResponse
Returns
void
Type Parameters
T
T extends CoreModalDialogType | string
