Registers a data binding action.
actionsGroup should contain all actions necessary for a certain topic, e.g. menu wizard or shopping cart
for example: { name: "cart", deleteItem() { ... }, addItem() { ... } }
Parameters
actionsGroup: Object
The action group
Returns void
registerDataSource
registerDataSource(dataSource: any): void
The update handler of the data source is called in an interval and should take < 10 ms, if no update is needed.
siteKiosk.content.dataBinding