排队支付小程序
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

18 lines
442 B

  1. export const button = Behavior({
  2. externalClasses: ['hover-class'],
  3. properties: {
  4. id: String,
  5. lang: {
  6. type: String,
  7. value: 'en'
  8. },
  9. businessId: Number,
  10. sessionFrom: String,
  11. sendMessageTitle: String,
  12. sendMessagePath: String,
  13. sendMessageImg: String,
  14. showMessageCard: Boolean,
  15. appParameter: String,
  16. ariaLabel: String
  17. }
  18. });