Type alias ContentLeftPanelOptions

ContentLeftPanelOptions: ExpandPanelOptions & {
    autoExpandTreeEnabled: boolean;
    autoExpandTreeIfFewerThan: number;
    branchNodesExpandOnClick: boolean;
    branchNodesSelectable: boolean;
    defaultToTreeEnabled: boolean;
    defaultToTreeIfGreaterThan: number;
    elideCount: number;
    galleryThumbChunkedResizingThreshold: number;
    galleryThumbHeight: number;
    galleryThumbLoadPadding: number;
    galleryThumbWidth: number;
    oneColThumbHeight: number;
    oneColThumbWidth: number;
    pageModeEnabled: boolean;
    tabOrder: string;
    thumbsCacheInvalidation: ThumbsCacheInvalidation;
    thumbsEnabled: boolean;
    thumbsExtraHeight: number;
    thumbsImageFadeInDuration: number;
    thumbsLoadRange: number;
    treeEnabled: boolean;
    twoColThumbHeight: number;
    twoColThumbWidth: number;
}

Type declaration

  • autoExpandTreeEnabled: boolean

    Determines if tree should expand automatically

  • autoExpandTreeIfFewerThan: number

    Number of items to auto expand tree

  • branchNodesExpandOnClick: boolean

    Determines if branch nodes expand on click

  • branchNodesSelectable: boolean

    Determines if branch nodes are selectable

  • defaultToTreeEnabled: boolean

    Determines if tree is the default view

  • defaultToTreeIfGreaterThan: number

    Number of items to default to tree view

  • elideCount: number

    Number of characters to elide at

  • galleryThumbChunkedResizingThreshold: number

    Threshold for gallery thumb chunked resizing

  • galleryThumbHeight: number

    Height of the gallery thumbnail

  • galleryThumbLoadPadding: number

    Padding for gallery thumb load

  • galleryThumbWidth: number

    Width of the gallery thumbnail

  • oneColThumbHeight: number

    Height of the one column thumbnail

  • oneColThumbWidth: number

    Width of the one column thumbnail

  • pageModeEnabled: boolean

    Determines if page mode is enabled

  • tabOrder: string

    Order of the tabs

  • thumbsCacheInvalidation: ThumbsCacheInvalidation

    Configuration for thumbs cache invalidation

  • thumbsEnabled: boolean

    Determines if thumbnails are enabled

  • thumbsExtraHeight: number

    Extra height for thumbnails

  • thumbsImageFadeInDuration: number

    Duration for thumbnails image fade in

  • thumbsLoadRange: number

    Load range for thumbnails

  • treeEnabled: boolean

    Determines if tree is enabled

  • twoColThumbHeight: number

    Height of the two column thumbnail

  • twoColThumbWidth: number

    Width of the two column thumbnail

Generated using TypeDoc