Type alias GetDynamicIndicatorOutput
Get
DynamicIndicatorOutput: { 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"
Output type for getting the current dynamic indicator status.