@figma/plugin-typings
Advanced tools
Comparing version 1.12.0 to 1.14.0
@@ -1,2 +0,2 @@ | ||
// Figma Plugin API version 1, update 12 | ||
// Figma Plugin API version 1, update 14 | ||
@@ -456,2 +456,3 @@ declare global { | ||
setSharedPluginData(namespace: string, key: string, value: string): void | ||
setRelaunchData(data: { [command: string]: /* description */ string }): void | ||
} | ||
@@ -556,6 +557,2 @@ | ||
interface RelaunchableMixin { | ||
setRelaunchData(relaunchData: { [command: string]: /* description */ string }): void | ||
} | ||
interface ReactionMixin { | ||
@@ -568,3 +565,3 @@ readonly reactions: ReadonlyArray<Reaction> | ||
BlendMixin, GeometryMixin, LayoutMixin, | ||
ExportMixin, RelaunchableMixin { | ||
ExportMixin { | ||
} | ||
@@ -577,3 +574,3 @@ | ||
BlendMixin, ConstraintMixin, LayoutMixin, | ||
ExportMixin, RelaunchableMixin { | ||
ExportMixin { | ||
@@ -625,3 +622,3 @@ layoutMode: "NONE" | "HORIZONTAL" | "VERTICAL" | ||
interface PageNode extends BaseNodeMixin, ChildrenMixin, ExportMixin, RelaunchableMixin { | ||
interface PageNode extends BaseNodeMixin, ChildrenMixin, ExportMixin { | ||
@@ -648,3 +645,3 @@ readonly type: "PAGE" | ||
ChildrenMixin, ContainerMixin, BlendMixin, | ||
LayoutMixin, ExportMixin, RelaunchableMixin { | ||
LayoutMixin, ExportMixin { | ||
@@ -657,3 +654,3 @@ readonly type: "GROUP" | ||
BaseNodeMixin, SceneNodeMixin, LayoutMixin, | ||
ExportMixin, RelaunchableMixin { | ||
ExportMixin { | ||
@@ -660,0 +657,0 @@ readonly type: "SLICE" |
{ | ||
"name": "@figma/plugin-typings", | ||
"version": "1.12.0", | ||
"version": "1.14.0", | ||
"description": "Typings for the Figma Plugin API", | ||
@@ -5,0 +5,0 @@ "main": "", |
26121
684