Namespace: defaults

defaults/defaults~ defaults

Properties:
Name Type Description
ajax object The default ajax configuration.
choiceMax number The maximum number of possible matches to display.
choices object[] A static array of possible choices. Ignored if `ajax` is truthy.
choiceTemplate string A string used as a template for possible choices.
containerClassName string The class attached to the mentions view container.
format function Function used by a Controller instance to munge data into expected form.
hotkeys boolean If false, disables navigating the popover with the keyboard.
includeTrigger boolean Whether to prepend triggerSymbol to the inserted mention.
marginTop number Amount of margin to place on top of the popover. (Controls space, in px, between the line and the popover)
matcher RegExp The regular expression used to trigger Controller#search
mentionClass string Prefixed with `ql-` for now because of how quill handles custom formats. The class given to inserted mention.
noMatchMessage string A message to display
noMatchTemplate string A template in which to display error message
template string A template for the popover, into which possible choices are inserted.
triggerSymbol string Symbol that triggers the mentioning state.
Source: