wui-api
Version:
WotsUI API Classes and Utils
10 lines • 369 B
TypeScript
export interface IntersectionManagerSettings {
threshold: number;
observeOnce?: boolean;
toggleOpacity?: boolean;
intersectionClass?: string;
noIntersectionClass?: string;
intersectionHandler?: (entry: IntersectionObserverEntry) => any;
noIntersectionHandler?: (entry: IntersectionObserverEntry) => any;
}
//# sourceMappingURL=types.d.ts.map