UNPKG

@titanium/turbo

Version:

🚀 Turbo is the awesome framework for turbo charging your Titanium cross-platform native mobile app development!

18 lines (16 loc) • 341 B
var _ = require('lodash'); exports.parse = function(node, state) { _.extend(state, { itemArrayDefinition: { parents: [ 'Ti.UI.AlertDialog', 'Ti.UI.OptionDialog' ], children: [ 'Alloy.Abstract.ButtonName' ], property: 'buttonNames' } }); return require('./Alloy.Abstract._ItemArray').parse(node, state); };