Skip to main content
Version: 4.11.1

withInfiniteGridMethods

const 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>> {
&#64;withInfiniteGridMethods
private grid: NativeGrid;
}