Function getPreviousNextElements

  • Parameters

    • targetIndex: any
    • targetElement: any
    • moveDirection: any

    Returns {
        next: any;
        previous: any;
    }

    • next: any
    • previous: any

Generated using TypeDoc