### Demo ([Documentation](https://developer.box.com/docs/box-content-sidebar)) ```jsx ``` ### Screenshot --- ### Props | Prop | Type | Default | Description | | --- | --- | --- | --- | | fileId* | string | | The id of the file to preview. | | token* | string | | *See the [developer docs](https://developer.box.com/docs/box-content-sidebar#section-options).* | | activitySidebarProps | ActivitySidebarProps | `{}` | *See below* | | detailsSidebarProps | DetailsSidebarProps | `{}` | *See below* | | hasActivityFeed | boolean | `false` | *See the [developer docs](https://developer.box.com/docs/box-content-sidebar#section-options).* | | hasMetadata | boolean | `false` | *See the [developer docs](https://developer.box.com/docs/box-content-sidebar#section-options).* | | hasSkills | boolean | `false` | *See the [developer docs](https://developer.box.com/docs/box-content-sidebar#section-options).* | | hasVersions | boolean | `false` | *See the [developer docs](https://developer.box.com/docs/box-content-sidebar#section-options).* | | language | string | `en-US` | *See the [Internationalization](../README.md#internationalization) section* | | messages | Map | | *See the [Internationalization](../README.md#internationalization) section* | | metadataSidebarProps | MetadataSidebarProps | `{}` | *See below* | | requestInterceptor | function | | *See the [developer docs](https://developer.box.com/docs/box-content-sidebar#section-options).* | | responseInterceptor | function | | *See the [developer docs](https://developer.box.com/docs/box-content-sidebar#section-options).* | | skillsSidebarProps | SkillsSidebarProps | `{}` | *See below* | #### ActivitySidebarProps | Prop | Type | Default | Description | | --- | --- | --- | --- | | onCommentCreate | function | | *See the [developer docs](https://developer.box.com/docs/box-content-sidebar#section-activitySidebarProps).* | | onCommentDelete | function | | *See the [developer docs](https://developer.box.com/docs/box-content-sidebar#section-activitySidebarProps).* | #### DetailsSidebarProps | Prop | Type | Default | Description | | --- | --- | --- | --- | | hasAccessStats | boolean | `false` | *See the [developer docs](https://developer.box.com/docs/box-content-sidebar#section-detailssidebarprops).* | | hasNotices | boolean | `false` | *See the [developer docs](https://developer.box.com/docs/box-content-sidebar#section-detailssidebarprops).* | | hasProperties | boolean | `false` | *See the [developer docs](https://developer.box.com/docs/box-content-sidebar#section-detailssidebarprops).* | #### MetadataSidebarProps | Prop | Type | Default | Description | | --- | --- | --- | --- | | selectedTemplateKey | `string` | | `templateKey` for the template to show. If provided, | | | | | no other templates will be visible. | | templateFilters | `Array` | | Template field IDs for fields that should be visible and editable. | | | or `string` | | To show a single field, pass the ID as a string; to show multiple | | | | | fields, pass an array of IDs as strings. If no `templateFilters` are | | | | | provided, then all fields will be visible and editable. | #### SkillsSidebarProps | Prop | Type | Default | Description | | --- | --- | --- | --- | | *tbd* | - | - | - |