JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 1
  • Score
    100M100P100Q26607F
  • License BSD-2-Clause

OpenUI5 control instance viewer

Package Exports

  • eye5

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (eye5) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

eye5

Build Status

OpenUI5 control instance viewer.

Useful for getting references to OpenUI5 controls during console debugging.

Usage

Load node_modules/eye5/dist/eye5.min.js.

Show all controls with button in their id: button: eye5.search('button')

Build

npm install
npm test        # run test suite (qunit, phantomjs)
npm run lint    # eslint
npm run serve   # http://localhost:9000/index.html
npm run package # generates eye5.min.js

License

BSD-2-Clause