diff --git a/docs/components/deprecated/chameleon-ad.md b/docs/components/deprecated/chameleon-ad.md index cf501f9ac..9972564a1 100644 --- a/docs/components/deprecated/chameleon-ad.md +++ b/docs/components/deprecated/chameleon-ad.md @@ -27,7 +27,7 @@ Event triggered when ads failed to load. Here is the list with all possible erro
-| Params | []() | +| Param | Type | |--------|------| |error Message|Text| |error Code|Number| @@ -38,7 +38,7 @@ Event triggered when ads failed to show. Here is the list with all possible erro
-| Params | []() | +| Param | Type | |--------|------| |error Message|Text| |error Code|Number| diff --git a/docs/components/deprecated/fingerprint.md b/docs/components/deprecated/fingerprint.md index 5d8031e98..b8c56a0ad 100644 --- a/docs/components/deprecated/fingerprint.md +++ b/docs/components/deprecated/fingerprint.md @@ -24,7 +24,7 @@ Triggers when there is a Authentication Error
-| Params | []() | +| Param | Type | |--------|------| |error Id|Number| |message|Text| @@ -41,7 +41,7 @@ Triggers when there is a Authentication Help
-| Params | []() | +| Param | Type | |--------|------| |help Id|Number| |message|Text| diff --git a/docs/components/deprecated/firebase-database.md b/docs/components/deprecated/firebase-database.md index c0c520378..d59953f9c 100644 --- a/docs/components/deprecated/firebase-database.md +++ b/docs/components/deprecated/firebase-database.md @@ -25,7 +25,7 @@ Launches an event with the tag and value that have been updated.
-| Params | []() | +| Param | Type | |--------|------| |tag|Text| |value|Any| @@ -36,7 +36,7 @@ Indicates that the communication with the Firebase signaled an error.
-| Params | []() | +| Param | Type | |--------|------| |message|Text| @@ -46,7 +46,7 @@ Event triggered by the "RemoveFirst" function. The argument "value" is the objec
-| Params | []() | +| Param | Type | |--------|------| |value|Any| @@ -56,7 +56,7 @@ Indicates that a GetValue request has succeeded.
-| Params | []() | +| Param | Type | |--------|------| |tag|Text| |value|Any| @@ -67,7 +67,7 @@ Event triggered when we have received the list of known tags. Used with the "Get
-| Params | []() | +| Param | Type | |--------|------| |value|List| @@ -79,7 +79,7 @@ Append a value to the end of a list atomically. If two devices use this function
-| Params | []() | +| Param | Type | |--------|------| |tag|Text| |value To Add|Any| @@ -90,7 +90,7 @@ Remove the tag from Firebase
-| Params | []() | +| Param | Type | |--------|------| |tag|Text| @@ -107,7 +107,7 @@ It will pass valueIfTagNotThere to GotValue if there is no value storedunder the
-| Params | []() | +| Param | Type | |--------|------| |tag|Text| |value If Tag Not There|Any| @@ -130,7 +130,7 @@ Return the first element of a list and atomically remove it. If two devices use
-| Params | []() | +| Param | Type | |--------|------| |tag|Text| @@ -140,7 +140,7 @@ Asks Firebase to store the given value under the given tag.
-| Params | []() | +| Param | Type | |--------|------| |tag|Text| |value To Store|Any| diff --git a/docs/components/deprecated/fusiontables-control.md b/docs/components/deprecated/fusiontables-control.md index a963eba47..b36278556 100644 --- a/docs/components/deprecated/fusiontables-control.md +++ b/docs/components/deprecated/fusiontables-control.md @@ -51,7 +51,7 @@ Indicates that the Fusion Tables query has finished processing, with a result. T
-| Params | []() | +| Param | Type | |--------|------| |result|Text| @@ -77,7 +77,7 @@ Gets all the rows from a specified fusion table. The tableId field is the id of
-| Params | []() | +| Param | Type | |--------|------| |table ID|Text| |columns|Text| @@ -88,7 +88,7 @@ Gets all the rows from a fusion table that meet certain conditions. The tableId
-| Params | []() | +| Param | Type | |--------|------| |table ID|Text| |columns|Text| @@ -100,7 +100,7 @@ Inserts a row into the specified fusion table. The tableId field is the id of th
-| Params | []() | +| Param | Type | |--------|------| |table ID|Text| |columns|Text| diff --git a/docs/components/deprecated/google-shortlink.md b/docs/components/deprecated/google-shortlink.md index 6a5acd24e..087a0e0d2 100644 --- a/docs/components/deprecated/google-shortlink.md +++ b/docs/components/deprecated/google-shortlink.md @@ -24,7 +24,7 @@ Event to detect when a link was converted.
-| Params | []() | +| Param | Type | |--------|------| |success|Boolean| |response Content|Text| @@ -37,7 +37,7 @@ Convert a short link from google into a normal link. Powerd by Google.
-| Params | []() | +| Param | Type | |--------|------| |url|Text| @@ -47,7 +47,7 @@ Convert a link into a short link. Powerd by Google.
-| Params | []() | +| Param | Type | |--------|------| |url|Text| diff --git a/docs/components/deprecated/googlespreadsheet.md b/docs/components/deprecated/googlespreadsheet.md index e9546bb6f..a50f9be06 100644 --- a/docs/components/deprecated/googlespreadsheet.md +++ b/docs/components/deprecated/googlespreadsheet.md @@ -28,7 +28,7 @@ Triggered after an actions such as storing data has occurred.
-| Params | []() | +| Param | Type | |--------|------| |was Success|Boolean| |message|Text| @@ -44,7 +44,7 @@ For the given columnName and rowNumber, retrieves the spreadsheet cell data
-| Params | []() | +| Param | Type | |--------|------| |column Name|Text| |row Number|Number| @@ -57,7 +57,7 @@ Retrieves all data for an entire column
-| Params | []() | +| Param | Type | |--------|------| |column Name|Text| @@ -69,7 +69,7 @@ Retrieves data for a specific row number
-| Params | []() | +| Param | Type | |--------|------| |row Number|Number| @@ -85,7 +85,7 @@ Stores data into spreadsheet. dataToStore must be in json format. Will trigger A
-| Params | []() | +| Param | Type | |--------|------| |data To Store|Text| diff --git a/docs/components/deprecated/instant-access.md b/docs/components/deprecated/instant-access.md index 21ebfb1b4..b9d328e4c 100644 --- a/docs/components/deprecated/instant-access.md +++ b/docs/components/deprecated/instant-access.md @@ -24,7 +24,7 @@ A event to detect that the login request was sent.
-| Params | []() | +| Param | Type | |--------|------| |success|Boolean| |data|Text| @@ -36,7 +36,7 @@ A event to detect that the status was received.
-| Params | []() | +| Param | Type | |--------|------| |success|Boolean| |data|Text| @@ -50,7 +50,7 @@ Check the current status with a given username.
-| Params | []() | +| Param | Type | |--------|------| |user|Text| @@ -76,7 +76,7 @@ Start a request to user with the instant access login service.
-| Params | []() | +| Param | Type | |--------|------| |user|Text| diff --git a/docs/components/dynamic/dynamic-button.md b/docs/components/dynamic/dynamic-button.md index 698edcf0b..82e6ff62c 100644 --- a/docs/components/dynamic/dynamic-button.md +++ b/docs/components/dynamic/dynamic-button.md @@ -18,7 +18,7 @@ Trigger when a Dynamic Button is clicked.
-| Params | []() | +| Param | Type | |--------|------| |id|Number| @@ -28,7 +28,7 @@ Trigger when a Dynamic Button is long clicked.
-| Params | []() | +| Param | Type | |--------|------| |id|Number| @@ -40,7 +40,7 @@ Create a Dynamic Button.
-| Params | []() | +| Param | Type | |--------|------| |id|Number| |arrangement|Component| @@ -53,7 +53,7 @@ This block is DEPRECATED! Please use instead the 'Delete Button' block without a
-| Params | []() | +| Param | Type | |--------|------| |id|Number| |arrangement|Component| @@ -64,7 +64,7 @@ Delete a Dynamic Button.
-| Params | []() | +| Param | Type | |--------|------| |id|Number| @@ -76,7 +76,7 @@ Returns the button referenced by its id.
-| Params | []() | +| Param | Type | |--------|------| |id|Number| @@ -88,7 +88,7 @@ Get the Enabled status of a button.
-| Params | []() | +| Param | Type | |--------|------| |id|Number| @@ -100,7 +100,7 @@ Get the Font Size of a button.
-| Params | []() | +| Param | Type | |--------|------| |id|Number| @@ -112,7 +112,7 @@ Get the Height of a button.
-| Params | []() | +| Param | Type | |--------|------| |id|Number| @@ -124,7 +124,7 @@ Get the Text of a button.
-| Params | []() | +| Param | Type | |--------|------| |id|Number| @@ -136,7 +136,7 @@ Get the Width of a button.
-| Params | []() | +| Param | Type | |--------|------| |id|Number| @@ -146,7 +146,7 @@ Update the Background Color of a button.
-| Params | []() | +| Param | Type | |--------|------| |id|Number| |color|Number| @@ -157,7 +157,7 @@ Update the Enabled status of a button.
-| Params | []() | +| Param | Type | |--------|------| |id|Number| |enabled|Boolean| @@ -168,7 +168,7 @@ Update the Font of a button.
-| Params | []() | +| Param | Type | |--------|------| |id|Number| |bold|Boolean| @@ -180,7 +180,7 @@ Update the Font Size of a button.
-| Params | []() | +| Param | Type | |--------|------| |id|Number| |size|Number| @@ -191,7 +191,7 @@ Update the Height of a button.
-| Params | []() | +| Param | Type | |--------|------| |id|Number| |height|Number| @@ -202,7 +202,7 @@ Update the Text of a button.
-| Params | []() | +| Param | Type | |--------|------| |id|Number| |text|Text| @@ -213,7 +213,7 @@ Update the Text Color of a button.
-| Params | []() | +| Param | Type | |--------|------| |id|Number| |color|Number| @@ -224,7 +224,7 @@ Update the Width of a button.
-| Params | []() | +| Param | Type | |--------|------| |id|Number| |width|Number| diff --git a/docs/components/dynamic/dynamic-card-view.md b/docs/components/dynamic/dynamic-card-view.md index f459b32d1..dd911c8f2 100644 --- a/docs/components/dynamic/dynamic-card-view.md +++ b/docs/components/dynamic/dynamic-card-view.md @@ -18,7 +18,7 @@ Event to detect that a user has done a simple click on a card view component wit
-| Params | []() | +| Param | Type | |--------|------| |id|Number| @@ -28,7 +28,7 @@ Event to detect that a user has done a simple long click on a card view componen
-| Params | []() | +| Param | Type | |--------|------| |id|Number| @@ -38,7 +38,7 @@ Event to detect that a user has done a simple touch down on a card view componen
-| Params | []() | +| Param | Type | |--------|------| |id|Number| @@ -48,7 +48,7 @@ Event to detect that a user has done a simple touch up on a card view component
-| Params | []() | +| Param | Type | |--------|------| |id|Number| @@ -60,7 +60,7 @@ Add a component into the card view component with the given id.
-| Params | []() | +| Param | Type | |--------|------| |id|Number| |arrangement|Component| @@ -71,7 +71,7 @@ Set the content padding of a card view component.
-| Params | []() | +| Param | Type | |--------|------| |id|Number| |content Padding Left|Number| @@ -85,7 +85,7 @@ Create a new card view component dynamically. Use for width/height '-1' for wrap
-| Params | []() | +| Param | Type | |--------|------| |id|Number| |arrangement|Component| @@ -98,7 +98,7 @@ Remove a card view component with the given id.
-| Params | []() | +| Param | Type | |--------|------| |id|Number| @@ -110,7 +110,7 @@ Get the background color of a card view component.
-| Params | []() | +| Param | Type | |--------|------| |id|Number| @@ -122,7 +122,7 @@ Returns the card view referenced by its id.
-| Params | []() | +| Param | Type | |--------|------| |id|Number| @@ -134,7 +134,7 @@ Get the corner radius of a card view component.
-| Params | []() | +| Param | Type | |--------|------| |id|Number| @@ -146,7 +146,7 @@ Get the elevation of a card view component.
-| Params | []() | +| Param | Type | |--------|------| |id|Number| @@ -158,7 +158,7 @@ Get the height of a card view component.
-| Params | []() | +| Param | Type | |--------|------| |id|Number| @@ -170,7 +170,7 @@ Get the width of a card view component.
-| Params | []() | +| Param | Type | |--------|------| |id|Number| @@ -180,7 +180,7 @@ Set the background color of a card view component.
-| Params | []() | +| Param | Type | |--------|------| |id|Number| |argb|Number| @@ -191,7 +191,7 @@ Set the corner radius of a card view component.
-| Params | []() | +| Param | Type | |--------|------| |id|Number| |radius|Number| @@ -202,7 +202,7 @@ Set the elevation of a card view component.
-| Params | []() | +| Param | Type | |--------|------| |id|Number| |value|Number| @@ -213,7 +213,7 @@ Set the height of a card view component.
-| Params | []() | +| Param | Type | |--------|------| |id|Number| |height|Number| @@ -224,7 +224,7 @@ Set the width of a card view component.
-| Params | []() | +| Param | Type | |--------|------| |id|Number| |width|Number| @@ -235,7 +235,7 @@ Set the stroke color to a card view component with the specific id.
-| Params | []() | +| Param | Type | |--------|------| |id|Number| |color|Number| @@ -246,7 +246,7 @@ Set the stroke width to a card view component with the specific id.
-| Params | []() | +| Param | Type | |--------|------| |id|Number| |width|Number| diff --git a/docs/components/dynamic/dynamic-image.md b/docs/components/dynamic/dynamic-image.md index 0340a6c94..c8256f975 100644 --- a/docs/components/dynamic/dynamic-image.md +++ b/docs/components/dynamic/dynamic-image.md @@ -18,7 +18,7 @@ Create a new image component dynamically. Use for width/height '-1' for wrap con
-| Params | []() | +| Param | Type | |--------|------| |id|Number| |arrangement|Component| @@ -32,7 +32,7 @@ Remove a image component with the given id.
-| Params | []() | +| Param | Type | |--------|------| |id|Number| @@ -44,7 +44,7 @@ Get the Height of a image component.
-| Params | []() | +| Param | Type | |--------|------| |id|Number| @@ -56,7 +56,7 @@ Returns the image referenced by its id.
-| Params | []() | +| Param | Type | |--------|------| |id|Number| @@ -68,7 +68,7 @@ Get the Width of a image component.
-| Params | []() | +| Param | Type | |--------|------| |id|Number| @@ -78,7 +78,7 @@ Specifies the angle of a image component with the given id.
-| Params | []() | +| Param | Type | |--------|------| |id|Number| |rotation Angle|Number| @@ -89,7 +89,7 @@ Specifies whether a image component with the given id should be resized to match
-| Params | []() | +| Param | Type | |--------|------| |id|Number| |scale|Boolean| @@ -100,7 +100,7 @@ Update the Height of a image component.
-| Params | []() | +| Param | Type | |--------|------| |id|Number| |height|Number| @@ -111,7 +111,7 @@ Update the Width of a image component.
-| Params | []() | +| Param | Type | |--------|------| |id|Number| |width|Number| @@ -122,7 +122,7 @@ Update a image component with the given id.
-| Params | []() | +| Param | Type | |--------|------| |id|Number| |path|Text| diff --git a/docs/components/dynamic/dynamic-label.md b/docs/components/dynamic/dynamic-label.md index 7faea919a..7ae9b53f8 100644 --- a/docs/components/dynamic/dynamic-label.md +++ b/docs/components/dynamic/dynamic-label.md @@ -18,7 +18,7 @@ Create a Dynamic Label
-| Params | []() | +| Param | Type | |--------|------| |id|Number| |arrangement|Component| @@ -29,7 +29,7 @@ Remove a label component with the given id.
-| Params | []() | +| Param | Type | |--------|------| |id|Number| @@ -41,7 +41,7 @@ Get the Font Size of a Label
-| Params | []() | +| Param | Type | |--------|------| |id|Number| @@ -53,7 +53,7 @@ Get the Height of a Label
-| Params | []() | +| Param | Type | |--------|------| |id|Number| @@ -65,7 +65,7 @@ Returns the label referenced by its id.
-| Params | []() | +| Param | Type | |--------|------| |id|Number| @@ -77,7 +77,7 @@ Get the Text of a Label
-| Params | []() | +| Param | Type | |--------|------| |id|Number| @@ -89,7 +89,7 @@ Get the Width of a Label
-| Params | []() | +| Param | Type | |--------|------| |id|Number| @@ -99,7 +99,7 @@ Update the Text Alignment of a Label. 0 = left, 1 = center and 2 = right.
-| Params | []() | +| Param | Type | |--------|------| |id|Number| |alignment|Number| @@ -110,7 +110,7 @@ Update the Background Color of a Label
-| Params | []() | +| Param | Type | |--------|------| |id|Number| |color|Number| @@ -121,7 +121,7 @@ Update the Font of a Label
-| Params | []() | +| Param | Type | |--------|------| |id|Number| |bold|Boolean| @@ -133,7 +133,7 @@ Update the Font Size of a Label
-| Params | []() | +| Param | Type | |--------|------| |id|Number| |size|Number| @@ -144,7 +144,7 @@ Update the Height of a Label
-| Params | []() | +| Param | Type | |--------|------| |id|Number| |height|Number| @@ -155,7 +155,7 @@ Update the Text of a Label
-| Params | []() | +| Param | Type | |--------|------| |id|Number| |text|Text| @@ -167,7 +167,7 @@ Update the Text Color of a Label
-| Params | []() | +| Param | Type | |--------|------| |id|Number| |color|Number| @@ -178,7 +178,7 @@ Update the Width of a Label
-| Params | []() | +| Param | Type | |--------|------| |id|Number| |width|Number| diff --git a/docs/components/dynamic/dynamic-space.md b/docs/components/dynamic/dynamic-space.md index 512b267d0..59d3ca0fa 100644 --- a/docs/components/dynamic/dynamic-space.md +++ b/docs/components/dynamic/dynamic-space.md @@ -18,7 +18,7 @@ Create a new space component dynamically. Use for width/height '-1' for wrap con
-| Params | []() | +| Param | Type | |--------|------| |id|Number| |arrangement|Component| @@ -31,7 +31,7 @@ Remove a space component with the given id.
-| Params | []() | +| Param | Type | |--------|------| |id|Number| @@ -43,7 +43,7 @@ Get the Height of a space component.
-| Params | []() | +| Param | Type | |--------|------| |id|Number| @@ -55,7 +55,7 @@ Returns the space referenced by its id.
-| Params | []() | +| Param | Type | |--------|------| |id|Number| @@ -67,7 +67,7 @@ Get the Width of a space component.
-| Params | []() | +| Param | Type | |--------|------| |id|Number| @@ -77,7 +77,7 @@ Update the Height of a space component.
-| Params | []() | +| Param | Type | |--------|------| |id|Number| |height|Number| @@ -88,7 +88,7 @@ Update the Width of a space component.
-| Params | []() | +| Param | Type | |--------|------| |id|Number| |width|Number| diff --git a/docs/components/dynamic/dynamic-text-box.md b/docs/components/dynamic/dynamic-text-box.md index e23096500..fcadd50f3 100644 --- a/docs/components/dynamic/dynamic-text-box.md +++ b/docs/components/dynamic/dynamic-text-box.md @@ -18,7 +18,7 @@ Trigger when the text of a Dynamic TextBox changes
-| Params | []() | +| Param | Type | |--------|------| |id|Number| |text|Text| @@ -31,7 +31,7 @@ Create a Dynamic TextBox
-| Params | []() | +| Param | Type | |--------|------| |id|Number| |arrangement|Component| @@ -42,7 +42,7 @@ Remove a textbox component with the given id.
-| Params | []() | +| Param | Type | |--------|------| |id|Number| @@ -54,7 +54,7 @@ Get the Enabled status of a TextBox
-| Params | []() | +| Param | Type | |--------|------| |id|Number| @@ -66,7 +66,7 @@ Get the Font Size of a TextBox
-| Params | []() | +| Param | Type | |--------|------| |id|Number| @@ -78,7 +78,7 @@ Get the Height of a TextBox
-| Params | []() | +| Param | Type | |--------|------| |id|Number| @@ -90,7 +90,7 @@ Get the Text of a TextBox
-| Params | []() | +| Param | Type | |--------|------| |id|Number| @@ -102,7 +102,7 @@ Returns the textbox referenced by its id.
-| Params | []() | +| Param | Type | |--------|------| |id|Number| @@ -114,7 +114,7 @@ Get the Width of a TextBox
-| Params | []() | +| Param | Type | |--------|------| |id|Number| @@ -124,7 +124,7 @@ Update the Text Alignment of a TextBox. 0 = left, 1 = center and 2 = right.
-| Params | []() | +| Param | Type | |--------|------| |id|Number| |alignment|Number| @@ -135,7 +135,7 @@ Update the Background Color of a TextBox
-| Params | []() | +| Param | Type | |--------|------| |id|Number| |color|Number| @@ -146,7 +146,7 @@ Update the Enabled status of a TextBox
-| Params | []() | +| Param | Type | |--------|------| |id|Number| |enabled|Boolean| @@ -157,7 +157,7 @@ Update the Font of a TextBox
-| Params | []() | +| Param | Type | |--------|------| |id|Number| |bold|Boolean| @@ -169,7 +169,7 @@ Update the Font Size of a TextBox
-| Params | []() | +| Param | Type | |--------|------| |id|Number| |size|Number| @@ -180,7 +180,7 @@ Update the Height of a TextBox
-| Params | []() | +| Param | Type | |--------|------| |id|Number| |height|Number| @@ -191,7 +191,7 @@ Update the Text of a TextBox
-| Params | []() | +| Param | Type | |--------|------| |id|Number| |text|Text| @@ -202,7 +202,7 @@ Update the Text Color of a TextBox
-| Params | []() | +| Param | Type | |--------|------| |id|Number| |color|Number| @@ -213,7 +213,7 @@ Update the Width of a TextBox
-| Params | []() | +| Param | Type | |--------|------| |id|Number| |width|Number| diff --git a/docs/components/experimental/custom-tabs.md b/docs/components/experimental/custom-tabs.md index 253f827e6..fdc869bd9 100644 --- a/docs/components/experimental/custom-tabs.md +++ b/docs/components/experimental/custom-tabs.md @@ -18,7 +18,7 @@ Use this block to add a menu item with the given title to open any app you want
-| Params | []() | +| Param | Type | |--------|------| |title|Text| |package Name|Text| @@ -29,7 +29,7 @@ Use this block to add a menu item with the given title and page link. The page c
-| Params | []() | +| Param | Type | |--------|------| |title|Text| |page|Text| diff --git a/docs/components/experimental/exoplayer.md b/docs/components/experimental/exoplayer.md index bee99523e..353eb9b18 100644 --- a/docs/components/experimental/exoplayer.md +++ b/docs/components/experimental/exoplayer.md @@ -29,7 +29,7 @@ This event returns meta data from the audio stream. Works for files but not for
-| Params | []() | +| Param | Type | |--------|------| |artist|Text| |title|Text| @@ -43,7 +43,7 @@ This event returns the error reason for any problems.
-| Params | []() | +| Param | Type | |--------|------| |error Message|Text| @@ -65,7 +65,7 @@ This event returns true or false for the respective simpleExoPlayer statuses.
-| Params | []() | +| Param | Type | |--------|------| |is Playing|Boolean| |is Pause|Boolean| @@ -124,7 +124,7 @@ Set a position where the source file should start playing in milliseconds.
-| Params | []() | +| Param | Type | |--------|------| |position|Number| diff --git a/docs/components/experimental/notification.md b/docs/components/experimental/notification.md index 590f0f252..91a16fea0 100644 --- a/docs/components/experimental/notification.md +++ b/docs/components/experimental/notification.md @@ -26,7 +26,7 @@ Send a normal notification
-| Params | []() | +| Param | Type | |--------|------| |notification ID|Number| |title|Text| @@ -47,7 +47,7 @@ Cancel a Notification with an id
-| Params | []() | +| Param | Type | |--------|------| |id|Number| @@ -57,7 +57,7 @@ Send a normal notification
-| Params | []() | +| Param | Type | |--------|------| |notification ID|Number| |title|Text| @@ -71,7 +71,7 @@ Send a simple notification
-| Params | []() | +| Param | Type | |--------|------| |title|Text| |message|Text|