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
+2-2Lines changed: 2 additions & 2 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 {Attachment} adaptive card attachment
22
+
* @returns {Attachment} adaptive card attachment
23
23
*/
24
24
adaptiveCard({
25
25
version ="1.3",
@@ -87,7 +87,7 @@ class Cards {
87
87
* @param {String} messageText text to be displayed.
88
88
* @returns {Partial<Activity>} MessageFactory Text
0 commit comments