Hiyve Components - v1.0.0
Preparing search index...
@hiyve/react-intelligence
TopicTrackerProps
Interface TopicTrackerProps
interface
TopicTrackerProps
{
colors
?:
Partial
<
Pick
<
CoachingOverlayColors
,
"textPrimary"
|
"textSecondary"
|
"topicBadge"
,
>
,
>
;
currentTopic
:
string
|
null
;
labels
?:
Partial
<
Pick
<
CoachingOverlayLabels
,
"currentTopic"
|
"noTopic"
>
>
;
sx
?:
SxProps
<
Theme
>
;
topicShifts
?:
CoachingTopicShift
[]
;
}
Index
Properties
colors?
current
Topic
labels?
sx?
topic
Shifts?
Properties
Optional
colors
colors
?:
Partial
<
Pick
<
CoachingOverlayColors
,
"textPrimary"
|
"textSecondary"
|
"topicBadge"
,
>
,
>
current
Topic
currentTopic
:
string
|
null
Optional
labels
labels
?:
Partial
<
Pick
<
CoachingOverlayLabels
,
"currentTopic"
|
"noTopic"
>
>
Optional
sx
sx
?:
SxProps
<
Theme
>
Optional
topic
Shifts
topicShifts
?:
CoachingTopicShift
[]
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
colors
current
Topic
labels
sx
topic
Shifts
Hiyve Components - v1.0.0
Loading...