@karmaniverous/jeeves
    Preparing search index...

    Interface UpdateManagedSectionOptions

    Options for updateManagedSection.

    interface UpdateManagedSectionOptions {
        coreVersion?: string;
        markers?: ManagedMarkers;
        mode?: "block" | "section";
        sectionId?: string;
        stalenessThresholdMs?: number;
    }
    Index

    Properties

    coreVersion?: string

    Core library version for version-stamp convergence.

    markers?: ManagedMarkers

    Custom markers. Defaults to TOOLS markers.

    mode?: "block" | "section"

    Write mode. Default: 'block'.

    sectionId?: string

    Section ID — required when mode is 'section'.

    stalenessThresholdMs?: number

    Staleness threshold in ms for version-stamp convergence.