Extension Points
List of Available Extension Points
Anchor link to section titled "List of Available Extension Points"These extension points allow for the rendering of different components, as well as the ability to call different API functions.
Refer to the POS UI extension API documentation for more information on which APIs are available for each extension point.
Extension Point | Description |
---|---|
pos.home.tile.render |
Customize the functionality of the app’s smart grid tile. |
pos.home.modal.render |
Customize and build a full-screen modal that presents on top of the smart grid. |
The following example shows how to render the extension points in JavaScript and React:
- Read more about the available POS UI extension API's and components