Preparing search index...

    Interface VisibleBounds

    Represents the visible range boundaries in the recipe list

    interface VisibleBounds {
        minIndex: number;
        maxIndex: number;
    }
    Index

    Properties

    Properties

    minIndex: number

    Index of the first visible recipe (-1 if none visible)

    maxIndex: number

    Index of the last visible recipe (-1 if none visible)