Preparing search index...

    Interface BufferBounds

    Represents the buffer zone boundaries around visible items

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

    Properties

    Properties

    start: number

    Start index of the buffer zone

    end: number

    End index of the buffer zone