Automerge Repo - v2.6.0-alpha.2
    Preparing search index...

    Interface ParsedAutomergeUrl

    interface ParsedAutomergeUrl {
        binaryDocumentId: BinaryDocumentId;
        documentId: DocumentId;
        heads?: UrlHeads;
        hexHeads?: string[];
        segments?: Segment[];
    }
    Index

    Properties

    binaryDocumentId: BinaryDocumentId

    unencoded DocumentId

    documentId: DocumentId

    bs58 encoded DocumentId

    heads?: UrlHeads

    Optional array of heads, if specified in URL

    hexHeads?: string[]

    Optional hex array of heads, in Automerge core format

    segments?: Segment[]

    Optional path segments, parsed from the /seg/seg/... suffix on URLs that point at a sub-tree of the document. Undefined for plain document URLs.