Hiyve Components - v1.0.0
Preparing search index...
@hiyve/react-intelligence
TalkRatioBarProps
Interface TalkRatioBarProps
interface
TalkRatioBarProps
{
colors
?:
Partial
<
Pick
<
CoachingOverlayColors
,
"textPrimary"
|
"textSecondary"
|
"speakingBar"
|
"listeningBar"
,
>
,
>
;
labels
?:
Partial
<
Pick
<
CoachingOverlayLabels
,
"speaking"
|
"listening"
|
"talkRatio"
>
,
>
;
listening
:
number
;
speaking
:
number
;
sx
?:
SxProps
<
Theme
>
;
}
Index
Properties
colors?
labels?
listening
speaking
sx?
Properties
Optional
colors
colors
?:
Partial
<
Pick
<
CoachingOverlayColors
,
"textPrimary"
|
"textSecondary"
|
"speakingBar"
|
"listeningBar"
,
>
,
>
Optional
labels
labels
?:
Partial
<
Pick
<
CoachingOverlayLabels
,
"speaking"
|
"listening"
|
"talkRatio"
>
,
>
listening
listening
:
number
speaking
speaking
:
number
Optional
sx
sx
?:
SxProps
<
Theme
>
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
colors
labels
listening
speaking
sx
Hiyve Components - v1.0.0
Loading...