zIndex.js 159 B

12345678910
  1. // eslint-disable-next-line no-undef
  2. export default Behavior({
  3. behaviors: [],
  4. properties: {
  5. zIndex:{
  6. type: Number,
  7. value: 777
  8. }
  9. }
  10. });