Type alias LLCheerMeterWidgetOptionProps

LLCheerMeterWidgetOptionProps: ComponentStyleProp<LLCheerMeterWidgetOptionStyles> & {
    optionIndex: number;
    throttleTime?: number;
    widgetId: string;
}

Type declaration

  • optionIndex: number
  • Optional throttleTime?: number

    Throttle time in milliseconds used to throttle option press interaction

  • widgetId: string

Generated using TypeDoc