sesaparcours
    Preparing search index...

    Interface UpdateOffsetOptions

    Options for the UpdateOffset method

    interface UpdateOffsetOptions {
        elId?: string;
        recalc?: boolean;
        timestamp?: string;
    }
    Index

    Properties

    elId?: string
    recalc?: boolean
    timestamp?: string