Dispose the picker handler
Initialize the picker handler, pass in editor and PickerPlugin instance so that the handler can save them
Notify the picker handler that user has typed trigger character so handler should show picker now
Current query string
Insert point where user is typing, can be used for calculating picker position
A picker direction to let picker plugin know what kind of picker is opened. Picker plugin will use this value to decide how to handle keyboard event to change selection. Return null means picker is not actually opened
Notify the picker handler that picker should be closed now
Notify the picker handler that user has changed current typed query string
Notify the picker handler that user has decide to select the current option in picker
Notify the picker handler that user is using keyboard to change current selection
The moving mode. Handler code can use this value to decide which item need to be selected
Generated using TypeDoc
Represents the interface a handler for picker plugin. Developer need to implement this interface to create a new type of picker