Skip to content

Commit

Permalink
fix link
Browse files Browse the repository at this point in the history
changes:
Service wix-window-frontend.Lightbox operation getContext has changed description

issues:
Message ViewChangeEventOptions has an unknown property type * (ApppointmentFieldEvent.js (8))
Property target is missing a type annotation (GalleryNavigationStartEvent.js (15))
Operation postMessage has an unknown param type * (HtmlComponent.js (97))
Property data has an unknown type * (HtmlComponentMessageEvent.js (17))
Property fileLimit has mismatching types for get (number) and set (string) (UploadButton.js (128, 149))
Operation set has an unknown param type * (window-frontend.js (201))
Operation get has an unknown return type * (window-frontend.js (234))
Operation set has an unknown param type * (window.js (235))
Operation get has an unknown return type * (window.js (269))
Callback ViewChangeOperation is defined two or more times (AppointmentField.js (347), DatePicker.js (472))
Callback ViewChangeOperation has an unknown return type * (AppointmentField.js (347))
Callback ViewChangeEventHandler is defined two or more times (AppointmentField.js (362), DatePicker.js (466))
Callback Validator has an unknown param type * (ValidatableMixin.js (143))
Property value has an unknown type * (ValueMixin.js (62))
Property value has an unknown type * (ValueMixin.js (89))

Co-authored-by: adsac <[email protected]>
  • Loading branch information
wix-docs-feds and adsac authored Jul 4, 2024
1 parent 823f6c3 commit 02aa1d9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
6 changes: 2 additions & 4 deletions js-wixcode-sdk/$w/Node.service.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
{ "name": "Node",
"memberOf": "$w",
"mixes": [],
"labels":
[ "changed" ],
"labels": [],
"location":
{ "lineno": 1,
"filename": "Node.js" },
Expand Down Expand Up @@ -160,8 +159,7 @@
{ } } ],
"operations":
[ { "name": "scrollTo",
"labels":
[ "changed" ],
"labels": [],
"nameParams": [],
"params": [],
"ret":
Expand Down
8 changes: 5 additions & 3 deletions js-wixcode-sdk/wix-window-frontend/Lightbox.service.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
{ "name": "Lightbox",
"memberOf": "wix-window-frontend",
"mixes": [],
"labels": [],
"labels":
[ "changed" ],
"location":
{ "lineno": 327,
"filename": "window-frontend.js" },
Expand Down Expand Up @@ -174,7 +175,8 @@
"extra":
{ } },
{ "name": "getContext",
"labels": [],
"labels":
[ "changed" ],
"nameParams": [],
"params": [],
"ret":
Expand All @@ -196,7 +198,7 @@
" function. If the lightbox is opened automatically when the page loads or",
" by a link from a page element, data will not be passed to the lightbox.",
" Therefore, if you want to pass data to the lightbox, make sure",
" **Automatically display lightbox on pages** is [set](https://support.wix.com/en/article/setting-which-page-your-lightbox-appears-on) to **No** in the",
" **Automatically display lightbox on pages** is [set](https://support.wix.com/en/article/wix-editor-adding-and-setting-up-a-lightbox#step-3-set-the-lightbox-trigger) to **No** in the",
" **Lightbox Settings** panel in the Editor and don't set any element's link",
" to open the lightbox. Instead, create your own method for opening",
" the lightbox programmatically. For example, you can add a button with an `onClick` event",
Expand Down

0 comments on commit 02aa1d9

Please sign in to comment.