智慧申请系统
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.

15 lines
343 B

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