interface IContainerInteractivity {
    element?: null | Node | HTMLElement | Window;
    mouse: IMouseData;
    status?: string;
}

Properties

element?: null | Node | HTMLElement | Window
mouse: IMouseData
status?: string