Ask Eddy AI
Contents
x
Getting Started
The EdgeReady Cloud - User Guide
Reference Guides
Best Practices
Archived sections
Installation Guides
Release Notes
Test
Adding Behaviors to an App
Powered by
App Behavior Components
14 Articles
in this category
Contributors
Print
Dark
Light
Contents
App Behavior Components
14 Articles
in this category
Dark
Light
Logic Component
The following blocks are present in the Logic component of the App Behavior: If, If-Else condition blocks: Use if to specify a block of code to be executed, if a specified condition is true. Use else to specify a block of code to be ex...
Updated on : 13 Feb 2023
Loops Component
The Loops component is primarily used to perform operations repeatedly in the form of iterations. While Block The While statement loops through a block of code as long as a specified condition is true. The do while loop is a variant of the while...
Updated on : 13 Feb 2023
Math Component
The Math component consists of math operators with their specific functions. They are as follows: Number Input This block represents a number when it is given an input. Arithmetic Operators This block is used to perform the Arithmetic operatio...
Updated on : 13 Feb 2023
Text Component
The Text component consists of blocks that perform operations related to texts. They are as follows: Text The Text block can have a text or number within quotes(''). This is used to represent a string. Comment This block adds a pi...
Updated on : 13 Feb 2023
Elements Component
The Elements component are used to dynamically alter the look and feel of components in the App. They include the following blocks: Create Element It enables the user to create a new component (or element) in a particular page. In this case, a new...
Updated on : 22 Feb 2024
Functions Component
Functions are a set of codes that can be called repeatedly for a particular operation. The function is executed when something invokes it (calls it). In the EdgeReady Cloud, these functions are available as individual blocks. The...
Updated on : 13 Feb 2023
Variables Component
The Variables component comprises of blocks that are defined to declare and fetch variables. Create Local Variable This block creates a local variable that is available only within the particular component behavior. The variables...
Updated on : 13 Feb 2023
List Component
The List Component comprises of blocks that perform operations related to Lists. Create List This block is used to create a series of list items within a list. It is very similar to the declaration of arrays. Length of the List This bl...
Updated on : 13 Feb 2023
Events Component
Events are functions that occur due to a particular trigger. These events result in a chain of actions that occur when pages are switched. Multiple events can be triggered using separate event blocks for each component. Some of the events in ...
Updated on : 13 Feb 2023
Storage Component
The Storage Component consists of blocks that operate on two types of Storage: Session Storage Get storage variable Set Session Remove session variable Clear session. Persistent Storage Get Local Set Local Remove Local Sess...
Updated on : 13 Feb 2023
Advanced Component
The Advanced component consists of blocks that perform specific actions . Try Catch Finally The Try statement lets you test a block of statements for errors. The Catch statement lets you handle the error. The catch statement has an inbuilt erro...
Updated on : 13 Feb 2023
Utilities Component
The Utilities component consists of blocks that perform sorting and grouping actions. Object Sort The Object Sort block sorts JSON array data based on the specified sorting type. Object GroupBy The Object GroupBy block groups JSON array dat...
Updated on : 27 Mar 2024
Date Component
The Date component consists of blocks that perform all operations related to date and time. New Date This block returns the current date as an object. Date Format This block returns the date object in the default format. Date Properties T...
Updated on : 13 Feb 2023
Bluetooth Component
The EdgeReady platform allows the EdgeReady Apps to connect to Bluetooth devices through the bluetooth component. The logic for this connection can be implemented using the following blocks: BTDeviceGetList This block retrieves the list of bluetoo...
Updated on : 06 Dec 2023
ENTER
ESC
Eddy AI, facilitating knowledge discovery through conversational intelligence
Search Limit Exceeded. Please upgrade the plan.
Answer copied!
No results found
Provide more context or information so that I can better understand and assist you