W3cubDocs

/Marionette.js 3

Features

Marionette Features are opt-in functionality. That you can enable by setting Marionette.FEATURES in your app.

Goals:
  • make it possible to add breaking changes in a minor release
  • give community members a chance to provide feedback for new functionality

triggersPreventDefault

This flag is set to true by default.

It indicates the whether or not View.triggers will call event.preventDefault() if not explicitly defined by the trigger. In v2 and v3 the default has been true, but for v4 false is being considered.

triggersStopPropagating

This flag is set to true by default.

It indicates the whether or not View.triggers will call event.stopPropagating() if not explicitly defined by the trigger. In v2 and v3 the default has been true, but for v4 false is being considered.

© 2017 Muted Solutions, LLC
Licensed under the MIT License.
https://marionettejs.com/docs/v3.2.0/marionette.features.html