Type alias SetDynamicIndicatorStyleInput

SetDynamicIndicatorStyleInput: { textColor?: string; borderColor?: string; backgroundColor?: string; textStyle?: "bold" | "italic" }

Type declaration

  • Optional textColor?: string
  • Optional borderColor?: string
  • Optional backgroundColor?: string
  • Optional textStyle?: "bold" | "italic"

Generated using TypeDoc