effex-monorepo
    Preparing search index...

    Interface VisibleRange

    Visible range of items in the virtual list.

    interface VisibleRange {
        end: number;
        start: number;
    }
    Index

    Properties

    Properties

    end: number
    start: number