Edit this page

up.feedback up.feedback.config
JavaScript property

Sets default options for this package.


Value

[config.currentClasses=['up-current']] Array<string> optional

An array of classes to set on links that point the current location.

[config.navSelectors=['[up-nav]', 'nav']] Array<string> optional

An array of CSS selectors that match navigational containers.

Links within navigational containers are assigned .up-current if they point to the current URL.

[config.noNavSelectors=['[up-nav=false]']] Array<string> optional

Exceptions to up.feedback.config.navSelectors.