Skip to content

Commit

Permalink
Update editorType and mode
Browse files Browse the repository at this point in the history
  • Loading branch information
rohitchouhan8 committed Apr 27, 2023
1 parent 28d9cfd commit 644b7e1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plugin-api.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ declare type ArgFreeEventType =
| 'timerdone'
interface PluginAPI {
readonly isReadOnly: boolean
readonly mode: 'default' | 'textreview' | 'inspect' | 'codegen'
readonly mode: 'default' | 'textreview' | 'panel' | 'codegen'
readonly apiVersion: '1.0.0'
readonly command: string
readonly editorType: 'figma' | 'figjam'
readonly editorType: 'figma' | 'figjam' | 'inspect'
readonly pluginId?: string
readonly widgetId?: string
readonly fileKey: string | undefined
Expand Down

0 comments on commit 644b7e1

Please sign in to comment.