since 4.5.0
getWidgetDefinition( editor, url ) → definition | null
CKEDITOR.plugins.autoEmbed#getWidgetDefinition
Gets the definition of the widget that should be used to automatically embed the specified link.
This method uses the value of the CKEDITOR.config.autoEmbed_widget option.
editor : editor
url : String
The URL to be embedded.
definition | null
The definition of the widget to be used to embed the link.
Show private items