onDialogShown property

dynamic Function()? onDialogShown
getter/setter pair

Called whenever a dialog is shown in the editor. The dialogs will be either the link, image, video, or help dialogs.

Implementation

Function()? onDialogShown;