Type alias LLReactionPickerProps

LLReactionPickerProps: ComponentStyleProp<LLReactionPickerStyles> & {
    ReactionItemComponent?: typeof LLReactionPickerItem;
    ReactionItemComponentStyles?: LLReactionPickerItemProps["styles"];
    onPress: ((reactionId) => void);
    onReactionPanelClose?: (() => void);
    onReactionPanelOpen?: (() => void);
    reactionSpaceId?: string;
    visible?: boolean;
}

Type declaration

  • Optional ReactionItemComponent?: typeof LLReactionPickerItem
  • Optional ReactionItemComponentStyles?: LLReactionPickerItemProps["styles"]
  • onPress: ((reactionId) => void)
      • (reactionId): void
      • Parameters

        • reactionId: string

        Returns void

  • Optional onReactionPanelClose?: (() => void)
      • (): void
      • Returns void

  • Optional onReactionPanelOpen?: (() => void)
      • (): void
      • Returns void

  • Optional reactionSpaceId?: string
  • Optional visible?: boolean

Generated using TypeDoc