UNPKG

igniteui-react-grids

Version:

Ignite UI React grid components.

43 lines (42 loc) 1.6 kB
/* THIS INFRAGISTICS ULTIMATE SOFTWARE LICENSE AGREEMENT ("AGREEMENT") LOCATED HERE: https://www.infragistics.com/legal/license/igultimate-la https://www.infragistics.com/legal/license/igultimate-eula GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOADING AND/OR INSTALLING AND USING INFRAGISTICS SOFTWARE: you are indicating that you have read and understand this Agreement, and agree to be legally bound by it on behalf of the yourself and your company. */ import { BaseEventArgsDetail } from "./BaseEventArgsDetail"; import { markType } from "igniteui-react-core"; /** * @hidden */ export let GridScrollEventArgsDetail = /*@__PURE__*/ (() => { class GridScrollEventArgsDetail extends BaseEventArgsDetail { get j() { let ret_ = this.b.n("direction"); return ret_; } set j(a) { let value_ = a; this.b.w("direction", value_); } get i() { let ret_ = this.b.n("event"); return ret_; } set i(a) { let value_ = a; this.b.w("event", value_); } get h() { let ret_ = this.b.n("scrollPosition"); return ret_; } set h(a) { let value_ = a; this.b.w("scrollPosition", value_); } } GridScrollEventArgsDetail.$t = /*@__PURE__*/ markType(GridScrollEventArgsDetail, 'GridScrollEventArgsDetail', BaseEventArgsDetail.$); GridScrollEventArgsDetail.__marshalByValueIgnore = ["event"]; return GridScrollEventArgsDetail; })();