Type alias LLUserReactionCountsProps

LLUserReactionCountsProps: ComponentStyleProp<LLUserReactionCountsStyles> & {
    MessageReactionPickerComponent?: typeof LLReactionPicker;
    MessageReactionPickerComponentStyles?: LLReactionPickerProps["styles"];
    UserReactionCountDetailComponent?: typeof LLUserReactionCountDetail;
    UserReactionCountDetailComponentStyles?: LLUserReactionCountDetailProps["styles"];
    onReactionItemPress?: (() => void);
    reactionsLimit?: number;
    showReactionPicker?: boolean;
    targetGroupId: string;
    targetId: string;
}

Type declaration

  • Optional MessageReactionPickerComponent?: typeof LLReactionPicker
  • Optional MessageReactionPickerComponentStyles?: LLReactionPickerProps["styles"]
  • Optional UserReactionCountDetailComponent?: typeof LLUserReactionCountDetail
  • Optional UserReactionCountDetailComponentStyles?: LLUserReactionCountDetailProps["styles"]
  • Optional onReactionItemPress?: (() => void)
      • (): void
      • Returns void

  • Optional reactionsLimit?: number
  • Optional showReactionPicker?: boolean
  • targetGroupId: string
  • targetId: string

Generated using TypeDoc