Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
TextHighlight interface
- Package:
- @microsoft/agents-activity
Represents a text highlight.
Properties
| occurrence | The occurrence count of the highlighted text. |
| text | The highlighted text. |
Property Details
occurrence
The occurrence count of the highlighted text.
occurrence: number
Property Value
number
text
The highlighted text.
text: string
Property Value
string
