Construct a new instance of PickerPlugin class
The character to trigger a picker to be shown
Picker handler for receiving picker state change events
Dispose this plugin
Get a friendly name
Initialize this plugin. This should only be called from Editor
Editor instance
Handle events triggered from editor
PluginEvent object
Check if the plugin should handle the given event exclusively. Handle an event exclusively means other plugin will not receive this event in onPluginEvent method. If two plugins will return true in willHandleEventExclusively() for the same event, the final result depends on the order of the plugins are added into editor
The event to check
Generated using TypeDoc
PickerPlugin represents a plugin of editor which can handle picker related behaviors, including
PickerPlugin doesn't provide any UI, it just wraps related DOM events and invoke callback functions.