Skip to content

Commit 4f7874c

Browse files
authored
Improve Header (#123)
1 parent ca3bbe2 commit 4f7874c

16 files changed

Lines changed: 130 additions & 130 deletions

docs/components/deprecated/chameleon-ad.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Event triggered when ads failed to load. Here is the list with all possible erro
2727

2828
<div class="block" ai2-block="event" not-rendered="true" value="%7B%22componentName%22:%20%22Chameleon%20Ad%22,%20%22name%22:%20%22Ad%20Failed%20To%20Load%22,%20%22param%22:%20%5B%22error%20Message%22,%20%22error%20Code%22%5D%7D"></div>
2929

30-
| Params | []() |
30+
| Param | Type |
3131
|--------|------|
3232
|error Message|<span class="chip chip-text">Text</span>|
3333
|error Code|<span class="chip chip-number">Number</span>|
@@ -38,7 +38,7 @@ Event triggered when ads failed to show. Here is the list with all possible erro
3838

3939
<div class="block" ai2-block="event" not-rendered="true" value="%7B%22componentName%22:%20%22Chameleon%20Ad%22,%20%22name%22:%20%22Ad%20Failed%20To%20Show%22,%20%22param%22:%20%5B%22error%20Message%22,%20%22error%20Code%22%5D%7D"></div>
4040

41-
| Params | []() |
41+
| Param | Type |
4242
|--------|------|
4343
|error Message|<span class="chip chip-text">Text</span>|
4444
|error Code|<span class="chip chip-number">Number</span>|

docs/components/deprecated/fingerprint.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Triggers when there is a Authentication Error
2424

2525
<div class="block" ai2-block="event" not-rendered="true" value="%7B%22componentName%22:%20%22Fingerprint%22,%20%22name%22:%20%22On%20Authentication%20Error%22,%20%22param%22:%20%5B%22error%20Id%22,%20%22message%22%5D%7D"></div>
2626

27-
| Params | []() |
27+
| Param | Type |
2828
|--------|------|
2929
|error Id|<span class="chip chip-number">Number</span>|
3030
|message|<span class="chip chip-text">Text</span>|
@@ -41,7 +41,7 @@ Triggers when there is a Authentication Help
4141

4242
<div class="block" ai2-block="event" not-rendered="true" value="%7B%22componentName%22:%20%22Fingerprint%22,%20%22name%22:%20%22On%20Authentication%20Help%22,%20%22param%22:%20%5B%22help%20Id%22,%20%22message%22%5D%7D"></div>
4343

44-
| Params | []() |
44+
| Param | Type |
4545
|--------|------|
4646
|help Id|<span class="chip chip-number">Number</span>|
4747
|message|<span class="chip chip-text">Text</span>|

docs/components/deprecated/firebase-database.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Launches an event with the tag and value that have been updated.
2525

2626
<div class="block" ai2-block="event" not-rendered="true" value="%7B%22componentName%22:%20%22Firebase%20Database%22,%20%22name%22:%20%22Data%20Changed%22,%20%22param%22:%20%5B%22tag%22,%20%22value%22%5D%7D"></div>
2727

28-
| Params | []() |
28+
| Param | Type |
2929
|--------|------|
3030
|tag|<span class="chip chip-text">Text</span>|
3131
|value|<span class="chip chip-any">Any</span>|
@@ -36,7 +36,7 @@ Indicates that the communication with the Firebase signaled an error.
3636

3737
<div class="block" ai2-block="event" not-rendered="true" value="%7B%22componentName%22:%20%22Firebase%20Database%22,%20%22name%22:%20%22Firebase%20Error%22,%20%22param%22:%20%5B%22message%22%5D%7D"></div>
3838

39-
| Params | []() |
39+
| Param | Type |
4040
|--------|------|
4141
|message|<span class="chip chip-text">Text</span>|
4242

@@ -46,7 +46,7 @@ Event triggered by the "RemoveFirst" function. The argument "value" is the objec
4646

4747
<div class="block" ai2-block="event" not-rendered="true" value="%7B%22componentName%22:%20%22Firebase%20Database%22,%20%22name%22:%20%22First%20Removed%22,%20%22param%22:%20%5B%22value%22%5D%7D"></div>
4848

49-
| Params | []() |
49+
| Param | Type |
5050
|--------|------|
5151
|value|<span class="chip chip-any">Any</span>|
5252

@@ -56,7 +56,7 @@ Indicates that a GetValue request has succeeded.
5656

5757
<div class="block" ai2-block="event" not-rendered="true" value="%7B%22componentName%22:%20%22Firebase%20Database%22,%20%22name%22:%20%22Got%20Value%22,%20%22param%22:%20%5B%22tag%22,%20%22value%22%5D%7D"></div>
5858

59-
| Params | []() |
59+
| Param | Type |
6060
|--------|------|
6161
|tag|<span class="chip chip-text">Text</span>|
6262
|value|<span class="chip chip-any">Any</span>|
@@ -67,7 +67,7 @@ Event triggered when we have received the list of known tags. Used with the "Get
6767

6868
<div class="block" ai2-block="event" not-rendered="true" value="%7B%22componentName%22:%20%22Firebase%20Database%22,%20%22name%22:%20%22Tag%20List%22,%20%22param%22:%20%5B%22value%22%5D%7D"></div>
6969

70-
| Params | []() |
70+
| Param | Type |
7171
|--------|------|
7272
|value|<span class="chip chip-list">List</span>|
7373

@@ -79,7 +79,7 @@ Append a value to the end of a list atomically. If two devices use this function
7979

8080
<div class="block" ai2-block="method" not-rendered="true" value="%7B%22componentName%22:%20%22Firebase%20Database%22,%20%22name%22:%20%22Append%20Value%22,%20%22output%22:%20false,%20%22param%22:%20%5B%22tag%22,%20%22value%20To%20Add%22%5D%7D"></div>
8181

82-
| Params | []() |
82+
| Param | Type |
8383
|--------|------|
8484
|tag|<span class="chip chip-text">Text</span>|
8585
|value To Add|<span class="chip chip-any">Any</span>|
@@ -90,7 +90,7 @@ Remove the tag from Firebase
9090

9191
<div class="block" ai2-block="method" not-rendered="true" value="%7B%22componentName%22:%20%22Firebase%20Database%22,%20%22name%22:%20%22Clear%20Tag%22,%20%22output%22:%20false,%20%22param%22:%20%5B%22tag%22%5D%7D"></div>
9292

93-
| Params | []() |
93+
| Param | Type |
9494
|--------|------|
9595
|tag|<span class="chip chip-text">Text</span>|
9696

@@ -107,7 +107,7 @@ It will pass valueIfTagNotThere to GotValue if there is no value storedunder the
107107

108108
<div class="block" ai2-block="method" not-rendered="true" value="%7B%22componentName%22:%20%22Firebase%20Database%22,%20%22name%22:%20%22Get%20Value%22,%20%22output%22:%20false,%20%22param%22:%20%5B%22tag%22,%20%22value%20If%20Tag%20Not%20There%22%5D%7D"></div>
109109

110-
| Params | []() |
110+
| Param | Type |
111111
|--------|------|
112112
|tag|<span class="chip chip-text">Text</span>|
113113
|value If Tag Not There|<span class="chip chip-any">Any</span>|
@@ -130,7 +130,7 @@ Return the first element of a list and atomically remove it. If two devices use
130130

131131
<div class="block" ai2-block="method" not-rendered="true" value="%7B%22componentName%22:%20%22Firebase%20Database%22,%20%22name%22:%20%22Remove%20First%22,%20%22output%22:%20false,%20%22param%22:%20%5B%22tag%22%5D%7D"></div>
132132

133-
| Params | []() |
133+
| Param | Type |
134134
|--------|------|
135135
|tag|<span class="chip chip-text">Text</span>|
136136

@@ -140,7 +140,7 @@ Asks Firebase to store the given value under the given tag.
140140

141141
<div class="block" ai2-block="method" not-rendered="true" value="%7B%22componentName%22:%20%22Firebase%20Database%22,%20%22name%22:%20%22Store%20Value%22,%20%22output%22:%20false,%20%22param%22:%20%5B%22tag%22,%20%22value%20To%20Store%22%5D%7D"></div>
142142

143-
| Params | []() |
143+
| Param | Type |
144144
|--------|------|
145145
|tag|<span class="chip chip-text">Text</span>|
146146
|value To Store|<span class="chip chip-any">Any</span>|

docs/components/deprecated/fusiontables-control.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ Indicates that the Fusion Tables query has finished processing, with a result. T
5151

5252
<div class="block" ai2-block="event" not-rendered="true" value="%7B%22componentName%22:%20%22Fusiontables%20Control%22,%20%22name%22:%20%22Got%20Result%22,%20%22param%22:%20%5B%22result%22%5D%7D"></div>
5353

54-
| Params | []() |
54+
| Param | Type |
5555
|--------|------|
5656
|result|<span class="chip chip-text">Text</span>|
5757

@@ -77,7 +77,7 @@ Gets all the rows from a specified fusion table. The tableId field is the id of
7777

7878
<div class="block" ai2-block="method" not-rendered="true" value="%7B%22componentName%22:%20%22Fusiontables%20Control%22,%20%22name%22:%20%22Get%20Rows%22,%20%22output%22:%20false,%20%22param%22:%20%5B%22table%20ID%22,%20%22columns%22%5D%7D"></div>
7979

80-
| Params | []() |
80+
| Param | Type |
8181
|--------|------|
8282
|table ID|<span class="chip chip-text">Text</span>|
8383
|columns|<span class="chip chip-text">Text</span>|
@@ -88,7 +88,7 @@ Gets all the rows from a fusion table that meet certain conditions. The tableId
8888

8989
<div class="block" ai2-block="method" not-rendered="true" value="%7B%22componentName%22:%20%22Fusiontables%20Control%22,%20%22name%22:%20%22Get%20Rows%20With%20Conditions%22,%20%22output%22:%20false,%20%22param%22:%20%5B%22table%20ID%22,%20%22columns%22,%20%22conditions%22%5D%7D"></div>
9090

91-
| Params | []() |
91+
| Param | Type |
9292
|--------|------|
9393
|table ID|<span class="chip chip-text">Text</span>|
9494
|columns|<span class="chip chip-text">Text</span>|
@@ -100,7 +100,7 @@ Inserts a row into the specified fusion table. The tableId field is the id of th
100100

101101
<div class="block" ai2-block="method" not-rendered="true" value="%7B%22componentName%22:%20%22Fusiontables%20Control%22,%20%22name%22:%20%22Insert%20Row%22,%20%22output%22:%20false,%20%22param%22:%20%5B%22table%20ID%22,%20%22columns%22,%20%22values%22%5D%7D"></div>
102102

103-
| Params | []() |
103+
| Param | Type |
104104
|--------|------|
105105
|table ID|<span class="chip chip-text">Text</span>|
106106
|columns|<span class="chip chip-text">Text</span>|

docs/components/deprecated/google-shortlink.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Event to detect when a link was converted.
2424

2525
<div class="block" ai2-block="event" not-rendered="true" value="%7B%22componentName%22:%20%22Google%20Shortlink%22,%20%22name%22:%20%22Got%20Response%22,%20%22param%22:%20%5B%22success%22,%20%22response%20Content%22%5D%7D"></div>
2626

27-
| Params | []() |
27+
| Param | Type |
2828
|--------|------|
2929
|success|<span class="chip chip-boolean">Boolean</span>|
3030
|response Content|<span class="chip chip-text">Text</span>|
@@ -37,7 +37,7 @@ Convert a short link from google into a normal link. Powerd by Google.
3737

3838
<div class="block" ai2-block="method" not-rendered="true" value="%7B%22componentName%22:%20%22Google%20Shortlink%22,%20%22name%22:%20%22Short%20To%20URL%22,%20%22output%22:%20false,%20%22param%22:%20%5B%22url%22%5D%7D"></div>
3939

40-
| Params | []() |
40+
| Param | Type |
4141
|--------|------|
4242
|url|<span class="chip chip-text">Text</span>|
4343

@@ -47,7 +47,7 @@ Convert a link into a short link. Powerd by Google.
4747

4848
<div class="block" ai2-block="method" not-rendered="true" value="%7B%22componentName%22:%20%22Google%20Shortlink%22,%20%22name%22:%20%22URL%20To%20Short%22,%20%22output%22:%20false,%20%22param%22:%20%5B%22url%22%5D%7D"></div>
4949

50-
| Params | []() |
50+
| Param | Type |
5151
|--------|------|
5252
|url|<span class="chip chip-text">Text</span>|
5353

docs/components/deprecated/googlespreadsheet.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Triggered after an actions such as storing data has occurred.
2828

2929
<div class="block" ai2-block="event" not-rendered="true" value="%7B%22componentName%22:%20%22GoogleSpreadsheet%22,%20%22name%22:%20%22after%20Action%22,%20%22param%22:%20%5B%22was%20Success%22,%20%22message%22,%20%22action%22%5D%7D"></div>
3030

31-
| Params | []() |
31+
| Param | Type |
3232
|--------|------|
3333
|was Success|<span class="chip chip-boolean">Boolean</span>|
3434
|message|<span class="chip chip-text">Text</span>|
@@ -44,7 +44,7 @@ For the given columnName and rowNumber, retrieves the spreadsheet cell data
4444

4545
<div class="block" ai2-block="method" not-rendered="true" value="%7B%22componentName%22:%20%22GoogleSpreadsheet%22,%20%22name%22:%20%22Get%20Cell%20Data%22,%20%22output%22:%20true,%20%22param%22:%20%5B%22column%20Name%22,%20%22row%20Number%22%5D%7D"></div>
4646

47-
| Params | []() |
47+
| Param | Type |
4848
|--------|------|
4949
|column Name|<span class="chip chip-text">Text</span>|
5050
|row Number|<span class="chip chip-number">Number</span>|
@@ -57,7 +57,7 @@ Retrieves all data for an entire column
5757

5858
<div class="block" ai2-block="method" not-rendered="true" value="%7B%22componentName%22:%20%22GoogleSpreadsheet%22,%20%22name%22:%20%22Get%20Column%20Data%22,%20%22output%22:%20true,%20%22param%22:%20%5B%22column%20Name%22%5D%7D"></div>
5959

60-
| Params | []() |
60+
| Param | Type |
6161
|--------|------|
6262
|column Name|<span class="chip chip-text">Text</span>|
6363

@@ -69,7 +69,7 @@ Retrieves data for a specific row number
6969

7070
<div class="block" ai2-block="method" not-rendered="true" value="%7B%22componentName%22:%20%22GoogleSpreadsheet%22,%20%22name%22:%20%22Get%20Row%20Data%22,%20%22output%22:%20true,%20%22param%22:%20%5B%22row%20Number%22%5D%7D"></div>
7171

72-
| Params | []() |
72+
| Param | Type |
7373
|--------|------|
7474
|row Number|<span class="chip chip-number">Number</span>|
7575

@@ -85,7 +85,7 @@ Stores data into spreadsheet. dataToStore must be in json format. Will trigger A
8585

8686
<div class="block" ai2-block="method" not-rendered="true" value="%7B%22componentName%22:%20%22GoogleSpreadsheet%22,%20%22name%22:%20%22Store%20Data%22,%20%22output%22:%20false,%20%22param%22:%20%5B%22data%20To%20Store%22%5D%7D"></div>
8787

88-
| Params | []() |
88+
| Param | Type |
8989
|--------|------|
9090
|data To Store|<span class="chip chip-text">Text</span>|
9191

docs/components/deprecated/instant-access.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ A event to detect that the login request was sent.
2424

2525
<div class="block" ai2-block="event" not-rendered="true" value="%7B%22componentName%22:%20%22Instant%20Access%22,%20%22name%22:%20%22On%20Request%20Sent%22,%20%22param%22:%20%5B%22success%22,%20%22data%22,%20%22message%22%5D%7D"></div>
2626

27-
| Params | []() |
27+
| Param | Type |
2828
|--------|------|
2929
|success|<span class="chip chip-boolean">Boolean</span>|
3030
|data|<span class="chip chip-text">Text</span>|
@@ -36,7 +36,7 @@ A event to detect that the status was received.
3636

3737
<div class="block" ai2-block="event" not-rendered="true" value="%7B%22componentName%22:%20%22Instant%20Access%22,%20%22name%22:%20%22On%20Status%20Received%22,%20%22param%22:%20%5B%22success%22,%20%22data%22,%20%22message%22%5D%7D"></div>
3838

39-
| Params | []() |
39+
| Param | Type |
4040
|--------|------|
4141
|success|<span class="chip chip-boolean">Boolean</span>|
4242
|data|<span class="chip chip-text">Text</span>|
@@ -50,7 +50,7 @@ Check the current status with a given username.
5050

5151
<div class="block" ai2-block="method" not-rendered="true" value="%7B%22componentName%22:%20%22Instant%20Access%22,%20%22name%22:%20%22Check%20Status%22,%20%22output%22:%20false,%20%22param%22:%20%5B%22user%22%5D%7D"></div>
5252

53-
| Params | []() |
53+
| Param | Type |
5454
|--------|------|
5555
|user|<span class="chip chip-text">Text</span>|
5656

@@ -76,7 +76,7 @@ Start a request to user with the instant access login service.
7676

7777
<div class="block" ai2-block="method" not-rendered="true" value="%7B%22componentName%22:%20%22Instant%20Access%22,%20%22name%22:%20%22Request%22,%20%22output%22:%20false,%20%22param%22:%20%5B%22user%22%5D%7D"></div>
7878

79-
| Params | []() |
79+
| Param | Type |
8080
|--------|------|
8181
|user|<span class="chip chip-text">Text</span>|
8282

0 commit comments

Comments
 (0)