Member Junction
    Preparing search index...

    Mac Finder-style file browser component with three-panel layout.

    Layout:

    • Left sidebar: Storage account selection
    • Middle panel: Folder tree navigation
    • Right panel: File grid with current folder contents

    In the enterprise model, users select from organizational storage accounts rather than connecting their own OAuth credentials.

    Features responsive design with collapsible sidebar for mobile devices. Responsive layout is handled via CSS media queries.

    Index

    Constructors

    Properties

    folderTree: FolderTreeComponent

    Reference to the folder tree component for programmatic navigation

    isSidebarCollapsed: boolean = false

    Controls manual collapse of the sidebar (toggle button on mobile). CSS media queries handle the responsive layout automatically.

    selectedAccount: StorageAccountWithProvider | null = null

    Currently selected storage account with its provider details.

    selectedFolderPath: string = '/'

    Currently selected folder path in the tree.

    Methods