Documentation - v1.2.0-alpha.3
Preparing search index...
@microsoft/agents-activity
TextHighlight
Interface TextHighlight
Represents a text highlight.
interface
TextHighlight
{
occurrence
:
number
;
text
:
string
;
}
Index
Properties
occurrence
text
Properties
occurrence
occurrence
:
number
The occurrence count of the highlighted text.
text
text
:
string
The highlighted text.
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
occurrence
text
Documentation - v1.2.0-alpha.3
Loading...
Represents a text highlight.