Type alias GetDynamicIndicatorOutput
Get
Dynamic
Indicator
Output
: { participantUUID
: string; screenName
: string; text
?: string; timer
?: DynamicIndicatorTimerOptions; textColor
?: string; borderColor
?: string; backgroundColor
?: string; textStyle
?: "bold" | "italic" }
Type declaration
-
participantUUID: string
-
screenName: string
-
Optional
text?: string
-
-
Optional
textColor?: string
-
Optional
borderColor?: string
-
Optional
backgroundColor?: string
-
Optional
textStyle?: "bold" | "italic"