@automerge/automerge - v3.1.1
    Preparing search index...

    Type Alias UpdateSpansConfig

    type UpdateSpansConfig = {
        defaultExpand?: "before" | "after" | "both" | "none";
        perMarkExpand?: { [key: string]: "before" | "after" | "both" | "none" };
    }
    Index

    Properties

    defaultExpand?: "before" | "after" | "both" | "none"
    perMarkExpand?: { [key: string]: "before" | "after" | "both" | "none" }