SheetXL - v0.4.6
    Preparing search index...

    Variable getScrollToConst

    getScrollTo: (
        currentLocation: number,
        boundary: number,
        children: any,
        isLeft: boolean,
        defaultValue?: number,
    ) => number

    scan all elements until we find one in the given direction Note - only horizontal at the moment

    Type declaration

      • (
            currentLocation: number,
            boundary: number,
            children: any,
            isLeft: boolean,
            defaultValue?: number,
        ): number
      • Parameters

        • currentLocation: number
        • boundary: number
        • children: any
        • isLeft: boolean
        • OptionaldefaultValue: number

        Returns number