Advertisement
Guest User

Untitled

a guest
Jul 12th, 2016
163
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.13 KB | None | 0 0
  1. "body":{
  2. "descriptor":"body",
  3. "value":[
  4. {
  5. "componentDef":{
  6. "r":60
  7. },
  8. "attributes":{
  9. "values":{
  10. "HTMLAttributes":{
  11. "descriptor":"HTMLAttributes",
  12. "value":{
  13. "class":"slds-media__figure"
  14. }
  15. },
  16. "tag":{
  17. "descriptor":"tag",
  18. "value":"div"
  19. },
  20. "body":{
  21. "descriptor":"body",
  22. "value":[
  23. {
  24. "componentDef":{
  25. "s":61,
  26. "v":{
  27. "descriptor":"markup://aura:renderIf"
  28. }
  29. },
  30. "attributes":{
  31. "values":{
  32. "isTrue":{
  33. "descriptor":"isTrue",
  34. "value":{
  35. "exprType":"FUNCTION",
  36. "code":function(cmp, fn) { return !(cmp.get("v.convo.Record.ReadFlag__c")); },
  37. "args":[
  38. "{!v.convo.Record.ReadFlag__c}"
  39. ],
  40. "byValue":false
  41. }
  42. },
  43. "body":{
  44. "descriptor":"body",
  45. "value":[
  46. {
  47. "componentDef":{
  48. "r":60
  49. },
  50. "attributes":{
  51. "values":{
  52. "HTMLAttributes":{
  53. "descriptor":"HTMLAttributes",
  54. "value":{
  55. "class":"unread"
  56. }
  57. },
  58. "tag":{
  59. "descriptor":"tag",
  60. "value":"div"
  61. }
  62. }
  63. }
  64. }
  65. ]
  66. }
  67. }
  68. }
  69. },
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement