Skip to content

Commit

Permalink
Update docs/api/ref/Metadata.md
Browse files Browse the repository at this point in the history
Co-authored-by: Matt Jamieson <10372+mattjamieson@users.noreply.github.com>
  • Loading branch information
kriswest and mattjamieson authored Apr 5, 2023
1 parent 59fc9f3 commit b4150fa
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/api/ref/Metadata.md
Original file line number Diff line number Diff line change
Expand Up @@ -302,10 +302,10 @@ interface IntentMetadata {
/** The unique name of the intent that can be invoked by the raiseIntent call. */
readonly name: string;

/** Display name for the intent. Deprecated in favour of using the intent name for display as
* display name may vary for each application as it is defined in the app's AppD record.
* @deprecated
*/
/** Display name for the intent.
* @deprecated Use the intent name for display as display name may vary for
* each application as it is defined in the app's AppD record.
*/
readonly displayName: string;
}
```
Expand Down

0 comments on commit b4150fa

Please sign in to comment.