@figma/plugin-typings
Advanced tools
Comparing version 1.78.0 to 1.78.1
{ | ||
"name": "@figma/plugin-typings", | ||
"version": "1.78.0", | ||
"version": "1.78.1", | ||
"description": "Typings for the Figma Plugin API", | ||
@@ -5,0 +5,0 @@ "main": "", |
@@ -569,2 +569,3 @@ /* plugin-typings are auto-generated. Do not update them directly. See plugin-docs/ for instructions. */ | ||
| 'isMask' | ||
| 'maskType' | ||
| 'clipsContent' | ||
@@ -1143,2 +1144,3 @@ | 'type' | ||
| 'LUMINOSITY' | ||
declare type MaskType = 'ALPHA' | 'VECTOR' | 'LUMINANCE' | ||
interface Font { | ||
@@ -1516,2 +1518,3 @@ fontName: FontName | ||
isMask: boolean | ||
maskType: MaskType | ||
effects: ReadonlyArray<Effect> | ||
@@ -1518,0 +1521,0 @@ effectStyleId: string |
70570
2376