Members
-
defaultFactory
-
Returns a configuration object for QuillMentions constructor.
- Source:
Methods
-
<private> _moveSelection()
-
Moves the selected list item up or down. (+steps means down, -steps means up) PUT THIS IN THE VIEW
This:
- {QuillMentions}
- Source:
-
extend(o)
-
Shallow-copies an arbitrary number of objects' properties into the first argument. Applies "last-in-wins" policy to conflicting property names.
Parameters:
Name Type Argument Description oObject <repeatable>
- Source:
-
extendHelper(destination, source)
-
Shallow-copies one object into another.
Parameters:
Name Type Description destinationObject Object into which `source` properties will be copied. sourceObject Object whose properties will be copied into `destination`. - Source:
-
identity()
-
- Source:
-
keydownDownKey()
-
This:
- {QuillMentions}
- Source:
-
keydownEscape()
-
This:
- {QuillMentions}
- Source:
-
keydownUpKey()
-
This:
- {QuillMentions}
- Source:
-
keyupEnter()
-
This:
- {QuillMentions}
- Source:
-
loadJSON()
-
- Source:
-
replaceAll(options)
-
Parameters:
Name Type Argument Description optionsstirng <optional>
RegExp options (like "i"). - Source:
Type Definitions
-
searchCallback(data)
-
Parameters:
Name Type Description dataObject[] An array of objects that represent possible matches to data. The data are mapped over a formatter to provide a consistent interface. - Source: