Skip to content

Commit

Permalink
Update src/content-handlers/iiif/extensions/config/ContentLeftPanel.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Demian Katz <[email protected]>
  • Loading branch information
Saira-A and demiankatz authored Oct 9, 2024
1 parent 183037b commit f0d0f74
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ type ContentLeftPanelOptions = ExpandPanelOptions & {
defaultToTreeEnabled: boolean;
/** Number of items to default to tree view (when defaultToTreeEnabled = true; defaults to 0) */
defaultToTreeIfGreaterThan: number;
/** Determines if collection should default to tree view */
/** Determines if collection should default to tree view (even if defaultToTreeEnabled = false) */
defaultToTreeIfCollection: boolean;
/** Number of characters to elide at */
elideCount: number;
Expand Down

0 comments on commit f0d0f74

Please sign in to comment.