Interface IInViewCallbackArg

Arguments passed to the InView callbacks.

interface IInViewCallbackArg {
    direction: TInViewElementDirection;
    element: Element;
}

Properties

Properties

element: Element