Skip to main content

bubbles

// Property: bubbles
// Description: True if the event will try to bubble up if possible.
// Component(s): Ti.Event
'.bubbles': { bubbles: true }
'.bubbles-false': { bubbles: false }