Skip to content

Commit

Permalink
Update index.tsx types
Browse files Browse the repository at this point in the history
Update types for adobe embed api options to include all possible strings for embedMode
  • Loading branch information
ZipingL committed Feb 29, 2024
1 parent 0802332 commit 7bda89e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.tsx
Expand Up @@ -327,7 +327,7 @@ export type PreviewFileConfig = {
/** Leave blank for default as FULL WINDOW MODE
* https://documentservices.adobe.com/view-sdk-demo/index.html#/view/FULL_WINDOW/Bodea%20Brochure.pdf
*/
embedMode: "LIGHT_BOX" | "SIZED_CONTAINER" | "IN_LINE" | string;
embedMode: "LIGHT_BOX" | "SIZED_CONTAINER" | "IN_LINE" | "FULL_WINDOW";
enableSearchAPIs: boolean;
showDisabledSaveButton: boolean;
/**
Expand Down

0 comments on commit 7bda89e

Please sign in to comment.