search-query-parser
Version:
Parser for advanced search query syntax
59 lines (32 loc) • 1.21 kB
Markdown
[search-query-parser](../README.md) > ["index.d"](../modules/_index_d_.md) > [SearchParserOffset](../interfaces/_index_d_.searchparseroffset.md)
# Interface: SearchParserOffset
## Hierarchy
**SearchParserOffset**
## Index
### Properties
* [keyword](_index_d_.searchparseroffset.md#keyword)
* [offsetEnd](_index_d_.searchparseroffset.md#offsetend)
* [offsetStart](_index_d_.searchparseroffset.md#offsetstart)
* [value](_index_d_.searchparseroffset.md#value)
---
## Properties
<a id="keyword"></a>
### keyword
**● keyword**: *`string`*
*Defined in [index.d.ts:20](https://github.com/rtrvrtg/search-query-parser/blob/e4a7ccc/index.d.ts#L20)*
___
<a id="offsetend"></a>
### offsetEnd
**● offsetEnd**: *`number`*
*Defined in [index.d.ts:23](https://github.com/rtrvrtg/search-query-parser/blob/e4a7ccc/index.d.ts#L23)*
___
<a id="offsetstart"></a>
### offsetStart
**● offsetStart**: *`number`*
*Defined in [index.d.ts:22](https://github.com/rtrvrtg/search-query-parser/blob/e4a7ccc/index.d.ts#L22)*
___
<a id="value"></a>
### `<Optional>` value
**● value**: *`string`*
*Defined in [index.d.ts:21](https://github.com/rtrvrtg/search-query-parser/blob/e4a7ccc/index.d.ts#L21)*
___