Interface IMixin

interface IMixin {
    onScrolled(isGoingDown: boolean, scrollResult: EScrollResult): void;
}

Implemented by

Methods

Methods