@sap-ux/fe-fpm-writer 0.19.0 → 0.19.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -8,6 +8,6 @@ import MessageToast from 'sap/m/MessageToast';
|
|
|
8
8
|
* @param this reference to the 'this' that the event handler is bound to.
|
|
9
9
|
* @param <%- parameters.name %> <%- parameters.description %>
|
|
10
10
|
*/
|
|
11
|
-
export function <%-
|
|
11
|
+
export function <%- eventHandlerFnName %>(this: ExtensionAPI, <%- parameters.name %>: <%- parameters.importType %>) {
|
|
12
12
|
MessageToast.show("Custom handler invoked.");
|
|
13
13
|
}
|