We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d1fee4 commit a5cb034Copy full SHA for a5cb034
plugin-api-standalone.d.ts
@@ -2062,7 +2062,7 @@ interface NonResizableTextMixin {
2062
start: number,
2063
end: number,
2064
field: VariableBindableTextField,
2065
- ): number | PluginAPI['mixed']
+ ): VariableAlias | null | PluginAPI['mixed']
2066
setRangeBoundVariable(
2067
2068
plugin-api.d.ts
@@ -2058,7 +2058,7 @@ interface NonResizableTextMixin {
2058
2059
2060
2061
0 commit comments