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/Elements/index.js
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -157,6 +157,7 @@ class Elements extends Base {
157
157
* @param {('default'|'none'|'small'|'medium'|'large'|'extraLarge'|'padding')|(Spacing.default|Spacing.none|Spacing.small|Spacing.medium|Spacing.large|Spacing.xl|Spacing.padding)} [spacing] field spacing. one of this.Spacing
158
158
* @param {String} [id] id for the field.
159
159
* @param {Boolean} [isVisible = true] Show field. Defaults to true.
160
+
* @param {Boolean} [allowZoom = false] Show arrow icon at the top right to allow image zoom. Defaults to false
0 commit comments