Skip to content

Commit 6ad47bd

Browse files
authored
Update java-script-api-reference.md
1 parent 6372537 commit 6ad47bd

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

docs/guide/java-script-api-reference.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -136,10 +136,10 @@ const ExpoFP: {
136136

137137
```ts
138138
interface FloorPlanOptions {
139-
element?: HTMLDivElement;
140-
eventId?: string;
139+
element: HTMLDivElement;
140+
eventId: string;
141+
dataUrl: string;
141142
previewMode?: boolean;
142-
dataUrl?: string;
143143
noOverlay?: boolean;
144144
offHistory?: boolean;
145145
ignoreQuery?: boolean;

0 commit comments

Comments
 (0)