File tree Expand file tree Collapse file tree 1 file changed +3
-7
lines changed
Expand file tree Collapse file tree 1 file changed +3
-7
lines changed Original file line number Diff line number Diff line change @@ -20,9 +20,7 @@ Use expandables to show and hide nested content within response fields. Expandab
2020 </Expandable >
2121</ResponseField >
2222
23- <RequestExample >
24-
25- ``` mdx Expandable Example
23+ ``` mdx Expandable example
2624<ResponseField name = " user" type = " User Object" >
2725 <Expandable title = " properties" >
2826 <ResponseField name = " full_name" type = " string" >
@@ -36,14 +34,12 @@ Use expandables to show and hide nested content within response fields. Expandab
3634</ResponseField >
3735```
3836
39- </RequestExample >
40-
4137## Properties
4238
4339<ResponseField name = " title" type = " string" >
44- The name of the object you are showing. Used to generate the "Show NAME" and "Hide NAME" text
40+ The name of the object you are showing.
4541</ResponseField >
4642
4743<ResponseField name = " defaultOpen" type = " boolean" default = " false" >
48- Set to ` true ` to show the component as open when the page loads
44+ Set to ` true ` for the expandable to open when the page loads
4945</ResponseField >
You can’t perform that action at this time.
0 commit comments