Skip to content

Commit

Permalink
add slides editortype
Browse files Browse the repository at this point in the history
  • Loading branch information
kauffecup committed Sep 25, 2024
1 parent 8727bf0 commit 2ba01a5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion plugin-api-standalone.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ declare type ArgFreeEventType =
interface PluginAPI {
readonly apiVersion: '1.0.0'
readonly command: string
readonly editorType: 'figma' | 'figjam' | 'dev'
readonly editorType: 'figma' | 'figjam' | 'dev' | 'slides'
readonly mode: 'default' | 'textreview' | 'inspect' | 'codegen' | 'linkpreview' | 'auth'
readonly pluginId?: string
readonly widgetId?: string
Expand Down
2 changes: 1 addition & 1 deletion plugin-api.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ declare type ArgFreeEventType =
interface PluginAPI {
readonly apiVersion: '1.0.0'
readonly command: string
readonly editorType: 'figma' | 'figjam' | 'dev'
readonly editorType: 'figma' | 'figjam' | 'dev' | 'slides'
readonly mode: 'default' | 'textreview' | 'inspect' | 'codegen' | 'linkpreview' | 'auth'
readonly pluginId?: string
readonly widgetId?: string
Expand Down

0 comments on commit 2ba01a5

Please sign in to comment.