From ae9494f7fa310f83e53ecd4f8045a588b2596e51 Mon Sep 17 00:00:00 2001 From: Elaine Lin Date: Wed, 27 Mar 2024 17:22:21 -0400 Subject: [PATCH] Add openTypeFeatures --- plugin-api.d.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/plugin-api.d.ts b/plugin-api.d.ts index 8b50178..4ce5c52 100644 --- a/plugin-api.d.ts +++ b/plugin-api.d.ts @@ -560,6 +560,7 @@ declare type NodeChangeProperty = | 'layoutGrids' | 'guides' | 'characters' + | 'openTypeFeatures' | 'styledTextSegments' | 'vectorNetwork' | 'effects'