@figma/plugin-typings
Advanced tools
Comparing version 1.41.0 to 1.41.1
{ | ||
"name": "@figma/plugin-typings", | ||
"version": "1.41.0", | ||
"version": "1.41.1", | ||
"description": "Typings for the Figma Plugin API", | ||
@@ -5,0 +5,0 @@ "main": "", |
@@ -110,3 +110,3 @@ | ||
createImage(data: Uint8Array): Image | ||
getImageByHash(hash: string): Image | null | ||
getImageByHash(hash: string): Image | ||
@@ -123,5 +123,2 @@ createLinkPreviewAsync(url:string): Promise<EmbedNode | LinkUnfurlNode> | ||
exclude(nodes: ReadonlyArray<BaseNode>, parent: BaseNode & ChildrenMixin, index?: number): BooleanOperationNode | ||
base64Encode(data: Uint8Array): string | ||
base64Decode(data: string): Uint8Array | ||
} | ||
@@ -621,9 +618,2 @@ | ||
type ConnectorStrokeCap = | ||
| "NONE" | ||
| "ARROW_EQUILATERAL" | ||
| "ARROW_LINES" | ||
| "TRIANGLE_FILLED" | ||
| "DIAMOND_FILLED"; | ||
//////////////////////////////////////////////////////////////////////////////// | ||
@@ -935,4 +925,2 @@ // Mixins | ||
prototypeBackgrounds: ReadonlyArray<Paint> | ||
readonly prototypeStartNode: FrameNode | GroupNode | ComponentNode | InstanceNode | null | ||
@@ -1086,4 +1074,2 @@ } | ||
connectorEnd: ConnectorEndpoint | ||
connectorStartStrokeCap: ConnectorStrokeCap | ||
connectorEndStrokeCap: ConnectorStrokeCap | ||
clone(): ConnectorNode | ||
@@ -1090,0 +1076,0 @@ } |
40463
1011