// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. // See LICENSE.txt for license information. const VISIBILITY_CONFIG_DEFAULTS = { itemVisiblePercentThreshold: 100, waitForInteraction: true, }; export default { VISIBILITY_CONFIG_DEFAULTS, VISIBILITY_SCROLL_DOWN: 'down', VISIBILITY_SCROLL_UP: 'up', };