Advanced Search
Search Results
47 total results found
Brick
Dashboard
App
flyze.platform | Scripting System
Scripting Areas
fyzUtils
flyze.platform | Bricks
Erfahre mehr über die Bausteine der flyze.platform. Ihren Zweck und Konfigurationsmöglichkeiten.
Table Components
📘 Developer Guide The Table Components provide different ways of displaying and handling data.
flyze.platform | Reporting Api
Platform
Http Api
basic example to use the http-api const req = { action: "POST", // 'GET' | 'POST' | 'PUT' | 'DELETE'; url: `my-request-url`, // allows to set custom headers if needed headers: [], resolve: (res) => { // optional callback func...
Introduction
Test
Cheatsheet - App Services
App Scripting Injections Injection Name Layer 1 Layer 2 Class Functions fyzApp env AppScriptEnvironmentService event AppScriptEventBusService destroy Unsubscriber takeUntil Unsubscriber fyzDashboard env DashboardScriptEnvironmentServ...
Cheatsheet - Dashboard Services
Dashboard Scripting Injections Injection Name Layer 1 Layer 2 Class Functions fyzApp env AppScriptEnvironmentService event AppScriptEventBusService destroy Unsubscriber takeUntil Unsubscriber fyzDashboard env DashboardScriptEnvironme...
Cheatsheet - Brick Services
Brick Scripting Injections Injection Name Layer 1 Layer 2 Class Functions fyzApp env AppScriptEnvironmentService event AppScriptEventBusService destroy Unsubscriber takeUntil Unsubscriber fyzDashboard env DashboardScriptEnvironmentSe...
Daten Interator
📘 Developer Guide With the Brick Data Iterator, you can repeat its nested child bricks dynamically. From a programming perspective, it behaves like a for-loop that iterates over an array of data. 🔁 Example Following Example will show How to Render Multiple Ta...
Dashboard Controller
Toolbar Api The toolbar api helps to add/remove buttons and groups to the app toolbar or dashboard toolbar. You can control the the visibility of a button/group with the displayCondition. You can control the appearance of a button with the displayTransformatio...
Snackbar Api
openNotification(...) Special Parameter keepOpenUntilDismissOrDuration: force snackbar to stay open. if true, the snackbar will be kept open until it is dismissed or the duration is reached. If false, the snackbar will be closed after the duration is reached ...