Skip to content

Commit

Permalink
1598 - docs - generated
Browse files Browse the repository at this point in the history
  • Loading branch information
monikakuster authored and ivicac committed Dec 5, 2024
1 parent 64c5165 commit 7713a6d
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions docs/src/content/docs/reference/components/figma.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,34 @@ Version: 1
## Actions


### Get Comments
Gets a list of comments left on the file.

#### Properties

| Name | Type | Control Type | Description |
|:--------------:|:------------:|:--------------------:|:-------------------:|
| File Key | STRING | TEXT | File to get comments from. Figma file key copy from Figma file URL. |


### Output



Type: OBJECT


#### Properties

| Type | Control Type |
|:------------:|:--------------------:|
| [{STRING\(id), STRING\(file_key), STRING\(parent_id), {STRING\(id), STRING\(handle), STRING\(img_url), STRING\(email)}\(user)}] | ARRAY_BUILDER |






### Post Comment
Posts a new comment on the file.

Expand Down

0 comments on commit 7713a6d

Please sign in to comment.