taktik_flowr_interface
v5.11.5
Published
List of all interfaces used by Flowr Frontend and external apps
Downloads
52
Readme
Flowr Interface
Flowr Interface is a Typescript library for providing all interfaces used by external applications.
Installing
npm i taktik_flowr_interface
List of interfaces
- IFlowrEventManager: Listen or stop listen events sent by Flowr / Send events to Flowr
- FlowrEventName: List of event names
- IFlowrCustomAppParams: List of params provides by Flowr
- ICustomAppServices: provides some functions to handle the custom application like
errorHandler()
- IFlowrEmbeddedApp: represent the embedded app like weatherApp
- IFlowrReservation: object that return the last reservation
- IFlowrFrontendSettings: update the default values in frontendSettings like audio language ...
- IFlowrOzoneAPI: provides some functions to contact ozone. This object contains a public client to contact ozone.
- IFlowrTranslator: functions to get/set the language( audio language , ...)