Options
All
  • Public
  • Public/Protected
  • All
Menu

Property of Reactions.

Hierarchy

  • ReactionsProps

Index

Properties

children

children: React.ReactNode

Accept only Reaction

Optional onReactionRemoveAll

onReactionRemoveAll: ReactionRemoveAllHandler

Handler of onReactionRemoveAll. If returns true, libraries default behavior canceled.

Optional strategy

strategy: "local" | "remote" | "force"

If sets local, it will be updated if an update is confirmed locally(Virtual DOM level). If sets remote, it will be updated if an update is confirmed with remote(received gateway API message). If sets force, update anyway.

Generated using TypeDoc