purgetss
Version:
A package that simplifies mobile app creation for Titanium developers.
7 lines • 312 B
Markdown
```css
// Property: allowMultipleSelections
// Description: Set to true to allow the user to select multiple items from the library.
// Component(s): MusicLibraryOptionsType
'.allow-multiple-selections': { allowMultipleSelections: true }
'.allow-multiple-selections-false': { allowMultipleSelections: false }
```