Skip to content

Commit

Permalink
Add linkpreview and auth modes
Browse files Browse the repository at this point in the history
  • Loading branch information
rohitchouhan8 committed May 8, 2023
1 parent bb3123a commit 29b17b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin-api.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ declare type ArgFreeEventType =
| 'timerdone'
interface PluginAPI {
readonly isReadOnly: boolean
readonly mode: 'default' | 'textreview' | 'panel' | 'codegen'
readonly mode: 'default' | 'textreview' | 'panel' | 'codegen' | 'linkpreview' | 'auth'
readonly apiVersion: '1.0.0'
readonly command: string
readonly editorType: 'figma' | 'figjam' | 'inspect'
Expand Down

0 comments on commit 29b17b1

Please sign in to comment.