@numiko/jump-links
    Preparing search index...

    Type Alias JumpLinksState

    type JumpLinksState = {
        endOffset: number;
        isSticky: boolean;
        lastActiveSection: string | null;
        progress: number;
        startOffset: number;
    }
    Index

    Properties

    endOffset: number
    isSticky: boolean
    lastActiveSection: string | null
    progress: number
    startOffset: number