# elasticpress/4.5.0/assets/js/sync/config.js

ElasticPress, version 4.5.0. 15 lines.

- Page: https://pluginprobe.com/plugins/elasticpress/4.5.0/code/assets/js/sync/config.js
- Raw: https://pluginprobe.com/plugins/elasticpress/4.5.0/raw/assets/js/sync/config.js
- Modified: 2022-05-26T12:34:34+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/elasticpress/4.5.0/code/assets/js/sync/config.js#L10-L20`.

```javascript
/**
 * Window dependencies.
 */
const {
	auto_start_index: autoIndex,
	ajax_url: ajaxUrl,
	index_meta: indexMeta = null,
	is_epio: isEpio,
	ep_last_sync_date: lastSyncDateTime = null,
	ep_last_sync_failed: lastSyncFailed = false,
	nonce,
} = window.epDash;

export { autoIndex, ajaxUrl, indexMeta, isEpio, lastSyncDateTime, lastSyncFailed, nonce };

```
