Skip to main content

CodeLanguage

type CodeLanguage = {
// A label for the code language. This label is displayed in the Figma UI.
label: string

// A specific code language. This value can be accessed and used in the plugin code.
value: string
}