package designcompose.live_update.figma

Mouse Melon logoGet desktop application:
View/edit binary Protocol Buffers messages

message FigmaDocInfo

figma_doc.proto:33

We can fetch figma documents in a project or from branches of another document. We store each as a name and ID

Used in: ServerFigmaDoc

message IgnoredImage

figma_doc.proto:26

An image that is ignored when fetching a Figma Doc

Used in: ConvertRequest

message ServerFigmaDoc

figma_doc.proto:41

This is the struct we send over to the client. It contains the serialized document along with some extra data: document branches, project files, and errors

Used in: ConvertResponse.Document