File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed
app/code/Magento/PageBuilder/view/adminhtml/web Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -31,10 +31,10 @@ export default class Uploader {
31
31
32
32
/**
33
33
* @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.
38
38
* @param {Function } onChangeCallback Called when image is added or updated
39
39
* @param {Function } onDeleteCallback Called when currently set image is deleted from storage
40
40
*/
You can’t perform that action at this time.
0 commit comments