File tree Expand file tree Collapse file tree 1 file changed +11
-13
lines changed
fern/docs/pages/references Expand file tree Collapse file tree 1 file changed +11
-13
lines changed Original file line number Diff line number Diff line change @@ -88,8 +88,6 @@ Many elements share the same base properties. The base types these elements inhe
88
88
89
89
**Action types**
90
90
91
- There are two types of action:
92
-
93
91
- **Remote action**: It triggers a backend API and is handled by the backend.
94
92
- **Client action**: It triggers a client-side action and is handled by the client.
95
93
@@ -509,10 +507,8 @@ Many elements share the same base properties. The base types these elements inhe
509
507
"type" : " rich_text"
510
508
}
511
509
```
512
- </Accordion>
513
- </AccordionGroup>
514
-
515
- ### Table
510
+ </Accordion>
511
+ <Accordion title="Table">
516
512
517
513
A table element used to present JSON structured data.
518
514
@@ -620,6 +616,8 @@ Inherited from [Snap](#snap):
620
616
]
621
617
}
622
618
```
619
+ </Accordion>
620
+ </AccordionGroup>
623
621
624
622
## Form elements
625
623
@@ -865,7 +863,7 @@ Inherited from [Snap](#snap):
865
863
}
866
864
```
867
865
868
- # **Example payload**
866
+ **Example payload**
869
867
870
868
```json
871
869
{
@@ -927,7 +925,7 @@ Inherited from [Snap](#snap):
927
925
}
928
926
```
929
927
930
- # **Example payload**
928
+ **Example payload**
931
929
932
930
```json
933
931
{
@@ -993,7 +991,7 @@ Inherited from [Snap](#snap):
993
991
}
994
992
```
995
993
996
- # **Example payload**
994
+ **Example payload**
997
995
998
996
```json
999
997
{
@@ -1066,7 +1064,7 @@ Inherited from [Snap](#snap):
1066
1064
}
1067
1065
```
1068
1066
1069
- # **Example payload**
1067
+ **Example payload**
1070
1068
1071
1069
```json
1072
1070
{
@@ -1218,7 +1216,7 @@ Inherited from [Snap](#snap):
1218
1216
}
1219
1217
```
1220
1218
1221
- # **Example payload**
1219
+ **Example payload**
1222
1220
1223
1221
Standard string list input.
1224
1222
@@ -1307,7 +1305,7 @@ Inherited from [Snap](#snap):
1307
1305
}
1308
1306
```
1309
1307
1310
- # **Example payload**
1308
+ **Example payload**
1311
1309
1312
1310
```json
1313
1311
{
@@ -1375,7 +1373,7 @@ Inherited from [Snap](#snap):
1375
1373
}
1376
1374
```
1377
1375
1378
- # **Example payload**
1376
+ **Example payload**
1379
1377
1380
1378
```json
1381
1379
{
You can’t perform that action at this time.
0 commit comments