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 1584ccc commit 183037b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ type ContentLeftPanelOptions = ExpandPanelOptions & {
branchNodesSelectable: boolean;
/** Determines if tree is the default view */
defaultToTreeEnabled: boolean;
/** Number of items to default to tree view */
/** Number of items to default to tree view (when defaultToTreeEnabled = true; defaults to 0) */
defaultToTreeIfGreaterThan: number;
/** Determines if collection should default to tree view */
defaultToTreeIfCollection: boolean;
Expand Down

0 comments on commit 183037b

Please sign in to comment.