Interface VisibilityEvent

interface VisibilityEvent {
    isVisible: boolean;
}

Properties

Properties

isVisible: boolean

Generated using TypeDoc