Documentation
    Preparing search index...

    Type Alias FolderPathEntry

    Part of the filesystem path of the folder.

    type FolderPathEntry = {
        folderId: FolderId;
        level: number;
        name: string;
    }
    Index

    Properties

    Properties

    folderId: FolderId
    level: number
    name: string

    Name of the folder in the path.