Search
 
SCRIPT & CODE EXAMPLE
 

TYPESCRIPT

figma.com

Icn_Hambuger
Comment

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) {
  // ...
}
Comment

PREVIOUS NEXT
Code Example
Typescript :: typescript types for state 
Typescript :: ts string lowercase 
Typescript :: split a column of lists pandas 
Typescript :: get distance beetwen two points roblox 
Typescript :: whats a company letterhead 
Typescript :: hide elements using DOM in TypeScript 
Typescript :: angular input change event datatype typescript 
Typescript :: body massage centers in kochi 
Typescript :: error: postfix operator toArray needs to be enabled 
Typescript :: .net framework core scaffhold exists table 
Cpp :: how to make i/o fast in c++ 
Cpp :: c++ code to print hello world 
Cpp :: c++ get filename from path 
Cpp :: clear screen in c++ 
Cpp :: celsius to kelvin formula 
Cpp :: jupyter lab use conda environment 
Cpp :: initialize 3d vector c++ 
Cpp :: c++ bold text 
Cpp :: round all columns in R dataframe to 3 digits 
Cpp :: c++ celsius to fahrenheit 
Cpp :: c++ pass argument to singleton 
Cpp :: c++ nth substr 
Cpp :: initialize a pair 
Cpp :: modf() c++ 
Cpp :: getline cin is being skipped 
Cpp :: C++ Converting Kelvin to Fahrenheit 
Cpp :: read string from binary file in c++ 
Cpp :: c++ virtual function in constructor 
Cpp :: c++ check if string contains non alphanumeric 
Cpp :: c++ round number up 
ADD CONTENT
Topic
Content
Source link
Name
3+3 =