withInfiniteGridMethods
const withInfiniteGridMethods
withInfiniteGridMethods
Decorator that makes the method of InfiniteGrid available in the framework.
import { withInfiniteGridMethods } from "@egjs/infinitegrid";
class Grid extends React.Component<Partial<InfiniteGridProps & InfiniteGridOptions>> {
@withInfiniteGridMethods
private grid: NativeGrid;
}