For AI agents: the complete documentation index is available at /llms.txt, the full documentation bundle is available at /llms-full.txt, and this page is available as Markdown at /server-editor/types/ModalDialogActivationParams.md.

Type Alias: ModalDialogActivationParams<T> experimental

ModalDialogActivationParams<T> = object & T extends CoreModalDialogType ? object : object

Beta

Parameters required to activate a modal dialog instance

Type Declaration

dialogId

dialogId: T

onResponse?

optional onResponse?: (payload) => void

Parameters

payload

T extends CoreModalDialogType ? ModalDialogCoreResponseType[T] : ModalDialogCustomResponse | ModalDialogDismissResponse

Returns

void

Type Parameters

T

T extends CoreModalDialogType | string