Interface: LinkPressOptions
An object describing customization for the linkPress feature.
Hierarchy
- LinkPressOptions
Properties
ignoreHashChange
• Optional ignoreHashChange: boolean
Don't trigger an event when the target href is inside the page, e.g.
#top. See also HandleHashChangeFeature.
defaultvalue true
preventDefault
• Optional preventDefault: boolean
Prevent click events on anchors to propagate.
defaultvalue true