SYMBOL INDEX (51 symbols across 7 files) FILE: dist/js/parvus.esm.js constant BROWSER_WINDOW (line 11) | const BROWSER_WINDOW = window; constant FOCUSABLE_ELEMENTS (line 21) | const FOCUSABLE_ELEMENTS = ['a:not([inert]):not([tabindex^="-"])', 'butt... constant DEFAULT_OPTIONS (line 47) | const DEFAULT_OPTIONS = { class ParvusState (line 94) | class ParvusState { method constructor (line 95) | constructor() { method clearDrag (line 149) | clearDrag() { method getActiveGroup (line 163) | getActiveGroup() { method resetZoomState (line 170) | resetZoomState() { class PluginManager (line 338) | class PluginManager { method constructor (line 339) | constructor() { method register (line 352) | register(plugin, options = {}) { method installPlugin (line 383) | installPlugin(plugin, options) { method install (line 403) | install(context) { method executeHook (line 420) | executeHook(hookName, data) { method addHook (line 437) | addHook(hookName, callback) { method removeHook (line 450) | removeHook(hookName, callback) { method getPlugins (line 460) | getPlugins() { function Parvus (line 1495) | function Parvus(userOptions) { FILE: dist/js/parvus.js class ParvusState (line 100) | class ParvusState { method constructor (line 101) | constructor() { method clearDrag (line 155) | clearDrag() { method getActiveGroup (line 169) | getActiveGroup() { method resetZoomState (line 176) | resetZoomState() { class PluginManager (line 344) | class PluginManager { method constructor (line 345) | constructor() { method register (line 358) | register(plugin, options = {}) { method installPlugin (line 389) | installPlugin(plugin, options) { method install (line 409) | install(context) { method executeHook (line 426) | executeHook(hookName, data) { method addHook (line 443) | addHook(hookName, callback) { method removeHook (line 456) | removeHook(hookName, callback) { method getPlugins (line 466) | getPlugins() { function Parvus (line 1501) | function Parvus(userOptions) { FILE: src/js/core/config.js constant DEFAULT_OPTIONS (line 6) | const DEFAULT_OPTIONS = { FILE: src/js/core/plugins.js class PluginManager (line 7) | class PluginManager { method constructor (line 8) | constructor () { method register (line 21) | register (plugin, options = {}) { method installPlugin (line 51) | installPlugin (plugin, options) { method install (line 69) | install (context) { method executeHook (line 84) | executeHook (hookName, data) { method addHook (line 101) | addHook (hookName, callback) { method removeHook (line 114) | removeHook (hookName, callback) { method getPlugins (line 125) | getPlugins () { FILE: src/js/core/state.js class ParvusState (line 6) | class ParvusState { method constructor (line 7) | constructor () { method clearDrag (line 61) | clearDrag () { method getActiveGroup (line 75) | getActiveGroup () { method resetZoomState (line 82) | resetZoomState () { FILE: src/js/helpers/dom.js constant BROWSER_WINDOW (line 1) | const BROWSER_WINDOW = window constant FOCUSABLE_ELEMENTS (line 12) | const FOCUSABLE_ELEMENTS = [ FILE: src/js/parvus.js function Parvus (line 28) | function Parvus (userOptions) {