Answers for "figma documentation"

1

figma.com

Icn_Hambuger
Posted by: Guest on October-28-2020
0

figma

Sequence
Posted by: Guest on January-12-2021
-1

figma documentation

// The ': string[]' is an annotation
let list: string[] = []
for (const node of figma.currentPage.selection) {
  list.push(node.type)
}

// The ': number' are also annotations
function doThing(x: number, str: string) {
  // ...
}
Posted by: Guest on December-19-2020

Code answers related to "TypeScript"

Browse Popular Code Answers by Language