Skip to content

Commit f83e02e

Browse files
committed
MC-2294: Architectural Review for MC-2294
- Updated docblock
1 parent e3b4ca7 commit f83e02e

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

app/code/Magento/PageBuilder/view/adminhtml/web/js/content-type/uploader.js

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

app/code/Magento/PageBuilder/view/adminhtml/web/ts/js/content-type/uploader.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,10 @@ export default class Uploader {
3131

3232
/**
3333
* @param {String} name Name to use for lookup reference in registry
34-
* @param {Object} uploaderConfig
35-
* @param {String} contentTypeId
36-
* @param {DataStore} dataStore
37-
* @param {Object[]} initialValue
34+
* @param {Object} uploaderConfig The config used when initializing the Uploader UI component
35+
* @param {String} contentTypeId The id of the content type this will be used in
36+
* @param {DataStore} dataStore The datastore that the selected image should be stored in.
37+
* @param {Object[]} initialValue The value that should be used for the initial state of the component.
3838
* @param {Function} onChangeCallback Called when image is added or updated
3939
* @param {Function} onDeleteCallback Called when currently set image is deleted from storage
4040
*/

0 commit comments

Comments
 (0)