Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
wobba committed May 27, 2023
1 parent 43055ff commit 3e01c96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/usage/search-results/tokens.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ Tokens related to connected Web Parts in the Search Results.

|**Token**|**Definition**|
|:-----|:-----|
|**{PageContext.&lt;PropertyName&gt;}** | Resolves current SPFx page context related tokens. You can use deep paths here to access properties. Ex: `{PageContext.site.absoluteUrl}`. <br/>
|**{PageContext.&lt;PropertyName&gt;}** | Resolves current SPFx page context related tokens. You can use deep paths here to access properties. Ex: `{PageContext.site.absoluteUrl}`. Use the debug template in the web part to see all tokens available under the `context` node.<br/>
| **{LegacyPageContext.&lt;PropertyName&gt;}** | Resolves current SPFx legacy page context related tokens. You can use deep paths here to access properties. Ex: `{LegacyPageContext.aadTenantId}`. <br/>
|**{QueryString.&lt;ParameterName&gt;}** <br/> | A value from a query string in the URL of the current page. For example, if the URL of the current page contains a query string such as ItemNumber=567, you could obtain the value 567 by specifying `{QueryString.ItemNumber}`. <br/> |
|**{CurrentDisplayLanguage}** <br/> |The current display language based on MUI in _ll-cc format_. <br/> |
Expand Down

0 comments on commit 3e01c96

Please sign in to comment.