brows3r — TypeScript API
    Preparing search index...

    Interface DisplayPath

    interface DisplayPath {
        bucket: string;
        profileDisplayName: string;
        segments: string[];
    }
    Index

    Properties

    bucket: string
    profileDisplayName: string
    segments: string[]

    Breadcrumb segments, split on /, empty strings removed.