Skip to content

Commit

Permalink
add setReactionsAsync
Browse files Browse the repository at this point in the history
  • Loading branch information
jefflee-figma committed Feb 22, 2024
1 parent 37cc908 commit 7bab45b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions plugin-api.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1698,6 +1698,7 @@ interface VectorLikeMixin {
}
interface ReactionMixin {
reactions: ReadonlyArray<Reaction>
setReactionsAsync(reactions: Array<Reaction>): Promise<void>
}
interface DocumentationLink {
readonly uri: string
Expand Down

0 comments on commit 7bab45b

Please sign in to comment.