Skip to content

Latest commit

 

History

History
48 lines (37 loc) · 1.12 KB

expandables.mdx

File metadata and controls

48 lines (37 loc) · 1.12 KB
title description icon
Expandables
Toggle to display nested properties.
caret-down
The full name of the user Whether the user is over 21 years old
<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>

Props

The name of the object you are showing. Used to generate the "Show NAME" and "Hide NAME" text. Set to true to show the component as open when the page loads.