Concepts
Async Collaboration
- Comments
- Comment Dialog
- Inline Comments
- Standalone Components
- Comments Sidebar
- Overview
- Styling
- Variants
- Subcomponents
- Empty placeholder
- Filter
- Focused thread
- Header
- List
- Page mode composer
- Reset filter button
- Sidebar Button
- Skeleton
- Comment Pin
- Comment Tool
- Comment Bubble
- Comment Player Timeline
- Confirmation Dialog
- MultiThread Comment Dialog
- Persistent Comment Mode Banner
- Text Comment Tool
- Text Comment Toolbar
- Velt Video Player
- In-app Notifications
- Recorder
- Inline Reactions
- Arrows
Realtime Collaboration
- Presence
- Cursors
- Live Selection
- Huddle
- Single Editor Mode
Location Filter Dropdown
Overview
Copy
<VeltWireframe>
<VeltCommentsSidebarWireframe.LocationFilterDropdown>
<VeltCommentsSidebarWireframe.LocationFilterDropdown.Trigger>
<VeltCommentsSidebarWireframe.LocationFilterDropdown.Trigger.Label />
</VeltCommentsSidebarWireframe.LocationFilterDropdown.Trigger>
<VeltCommentsSidebarWireframe.LocationFilterDropdown.Content />
</VeltCommentsSidebarWireframe.LocationFilterDropdown>
</VeltWireframe>
We recommend that you familiarize yourselves with Customization Concepts before attempting to modify any components.
Default Subcomponent
This component is not included in the default Comments Sidebar component. You need to explicitly add it to the sidebar wireframe.
Copy
<VeltWireframe>
<VeltCommentsSidebarWireframe.LocationFilterDropdown>
<VeltCommentsSidebarWireframe.LocationFilterDropdown.Trigger>
<VeltCommentsSidebarWireframe.LocationFilterDropdown.Trigger.Label />
</VeltCommentsSidebarWireframe.LocationFilterDropdown.Trigger>
<VeltCommentsSidebarWireframe.LocationFilterDropdown.Content />
</VeltCommentsSidebarWireframe.LocationFilterDropdown>
</VeltWireframe>
Copy
<VeltWireframe>
<VeltCommentsSidebarWireframe.LocationFilterDropdown>
<VeltCommentsSidebarWireframe.LocationFilterDropdown.Trigger>
<VeltCommentsSidebarWireframe.LocationFilterDropdown.Trigger.Label />
</VeltCommentsSidebarWireframe.LocationFilterDropdown.Trigger>
<VeltCommentsSidebarWireframe.LocationFilterDropdown.Content />
</VeltCommentsSidebarWireframe.LocationFilterDropdown>
</VeltWireframe>
Assistant
Responses are generated using AI and may contain mistakes.