You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: lib/Cards/index.js
+13-3Lines changed: 13 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,7 @@ class Cards {
19
19
* @param {Boolean} [rtl = false] works on v1.5 and later, when true content in this Adaptive Card should be presented right to left. defaults to false.
20
20
* @param {Boolean} [isFullWidth = true] sets the card width to full size if true. defaults to true
21
21
* @param {Array<object>} [entities = []] array of entities to be set inside msteams attribute
22
-
* @returns
22
+
* @returns {Attachment} adaptive card attachment
23
23
*/
24
24
adaptiveCard({
25
25
version ="1.3",
@@ -65,7 +65,7 @@ class Cards {
65
65
* Helper method to generate MessageFactory Attachment from adaptive card.
0 commit comments