From 7713a6d0ab89426d212de9a9027758db7e7a3d85 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Monika=20Ku=C5=A1ter?= Date: Mon, 2 Dec 2024 15:18:44 +0100 Subject: [PATCH] 1598 - docs - generated --- .../docs/reference/components/figma.md | 28 +++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/docs/src/content/docs/reference/components/figma.md b/docs/src/content/docs/reference/components/figma.md index ff3892e738..41f52eba8c 100644 --- a/docs/src/content/docs/reference/components/figma.md +++ b/docs/src/content/docs/reference/components/figma.md @@ -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.