DynamicIndicatorOptions: { text?: string; timer?: { action?: "start" | "pause" | "resume" | "end"; direction?: "up" | "down"; start?: number; withSound?: boolean; countNegativeAfterAlarm?: boolean; showNotification?: boolean; songChoice?: number }; textColor?: string; borderColor?: string; backgroundColor?: string; textStyle?: "bold" | "italic" }

Type declaration

  • Optional text?: string
  • Optional timer?: { action?: "start" | "pause" | "resume" | "end"; direction?: "up" | "down"; start?: number; withSound?: boolean; countNegativeAfterAlarm?: boolean; showNotification?: boolean; songChoice?: number }
    • Optional action?: "start" | "pause" | "resume" | "end"
    • Optional direction?: "up" | "down"
    • Optional start?: number
    • Optional withSound?: boolean
    • Optional countNegativeAfterAlarm?: boolean
    • Optional showNotification?: boolean
    • Optional songChoice?: number
  • Optional textColor?: string
  • Optional borderColor?: string
  • Optional backgroundColor?: string
  • Optional textStyle?: "bold" | "italic"

Generated using TypeDoc