Expandable example
Properties
The name of the object you are showing.
Set to
true for the expandable to open when the page loadsUse the expandable component to toggle nested object properties in API documentation, showing child fields for request and response objects.
<ResponseField name="user" type="User Object">
<Expandable title="properties">
<ResponseField name="full_name" type="string">
The full name of the user
</ResponseField>
<ResponseField name="is_over_21" type="boolean">
Whether the user is over 21 years old
</ResponseField>
</Expandable>
</ResponseField>
true for the expandable to open when the page loadsWas this page helpful?