Skip to content

Commit 15d0c47

Browse files
thechriskentVesaJuvonen
authored andcommitted
Added @window special strings (SharePoint#2007)
1 parent 871f0d8 commit 15d0c47

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

docs/declarative-customization/column-formatting.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1204,7 +1204,15 @@ This field can be used to display the current user's email address, but more lik
12041204

12051205
#### "@now"
12061206

1207-
This will evaluate to the current date and time.
1207+
This will evaluate to the current date and time.
1208+
1209+
#### "@window.innerHeight"
1210+
1211+
This will evaluate to a number equal to the height of the browser window (in pixels) when the list was rendered.
1212+
1213+
#### "@window.innerWidth"
1214+
1215+
This will evaluate to a number equal to the width of the browser window (in pixels) when the list was rendered.
12081216

12091217
## See also
12101218

0 commit comments

Comments
 (0)