Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

One plugin code file can contain any number of plugins. The entry point of a plugin is a JS function, like SampleCustomer.Plugins.manipulateSearchResultstestin the example above.

The entry point of the plugin must always be asynchronous (decorated with async statement or returning a promise object).

...