Skip to content

Commit

Permalink
Merge branch 'master' into editor-x-effects-note
Browse files Browse the repository at this point in the history
  • Loading branch information
ryangec authored Jul 31, 2024
2 parents 7db490a + 1df1355 commit 91dba03
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
7 changes: 4 additions & 3 deletions js-wixcode-sdk/wix-window-frontend.service.json
Original file line number Diff line number Diff line change
Expand Up @@ -403,7 +403,8 @@
"extra":
{ } },
{ "name": "getAppPageData",
"labels": [],
"labels":
[ "changed" ],
"nameParams": [],
"params": [],
"ret":
Expand All @@ -428,11 +429,11 @@
"examples":
[ { "title": "Get the data passed to a custom app page",
"body":
[ "import wixWindow from 'wix-window';",
[ "import wixWindowFrontend from 'wix-window-frontend';",
"",
"// ...",
"",
"let appData = wixWindow.getAppPageData(); // {nextSection: {sectionId: \"Booking Form\"}}" ],
"let appData = wixWindowFrontend.getAppPageData(); // {nextSection: {sectionId: \"Booking Form\"}}" ],
"extra":
{ } } ],
"extra":
Expand Down
7 changes: 4 additions & 3 deletions js-wixcode-sdk/wix-window.service.json
Original file line number Diff line number Diff line change
Expand Up @@ -470,7 +470,8 @@
"extra":
{ } },
{ "name": "getAppPageData",
"labels": [],
"labels":
[ "changed" ],
"nameParams": [],
"params": [],
"ret":
Expand All @@ -495,11 +496,11 @@
"examples":
[ { "title": "Get the data passed to a custom app page",
"body":
[ "import wixWindow from 'wix-window';",
[ "import wixWindowFrontend from 'wix-window-frontend';",
"",
"// ...",
"",
"let appData = wixWindow.getAppPageData(); // {nextSection: {sectionId: \"Booking Form\"}}" ],
"let appData = wixWindowFrontend.getAppPageData(); // {nextSection: {sectionId: \"Booking Form\"}}" ],
"extra":
{ } } ],
"extra":
Expand Down

0 comments on commit 91dba03

Please sign in to comment.