Skip to content

Commit b271728

Browse files
thechriskentVesaJuvonen
authored andcommitted
Added @currentWeb (SharePoint#3221)
1 parent b8b8d5e commit b271728

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/declarative-customization/column-formatting.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1039,6 +1039,10 @@ The column is formatted within the context of the entire row. You can use this c
10391039

10401040
If the value of a field is an object, the object's properties can be accessed. For example, to access the "Title" property of a person field named "SalesLead", use "[$SalesLead.title]".
10411041

1042+
#### "@currentWeb"
1043+
1044+
This will evaluate to the absolute url for the site. This is equivalent to the `webAbsoluteUrl` value within the page context.
1045+
10421046
#### "@me"
10431047

10441048
This will evaluate to the email address of the current logged in user.

0 commit comments

Comments
 (0)