All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.axellience.vueroutergwt.client.functions.ScrollBehavior Maven / Gradle / Ivy

There is a newer version: 1.0.1
Show newest version
package com.axellience.vueroutergwt.client.functions;

import com.axellience.vueroutergwt.client.Position;
import com.axellience.vueroutergwt.client.Route;
import jsinterop.annotations.JsFunction;

/**
 * @author Adrien Baron
 */
@FunctionalInterface
@JsFunction
public interface ScrollBehavior
{
    Object scrollBehavior(Route to, Route from, Position savedPosition);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy