1
0

Added type documentation

This commit is contained in:
Geoffrey Roberts
2019-03-06 11:31:03 +11:00
parent 5612d18669
commit b1f62a7397
12 changed files with 1356 additions and 7 deletions

View File

@@ -0,0 +1,58 @@
[search-query-parser](../README.md) > ["index.d"](../modules/_index_d_.md) > [SearchQueryParser](../modules/_index_d_.searchqueryparser.md) > [SearchParserOffset](../interfaces/_index_d_.searchqueryparser.searchparseroffset.md)
# Interface: SearchParserOffset
## Hierarchy
**SearchParserOffset**
## Index
### Properties
* [keyword](_index_d_.searchqueryparser.searchparseroffset.md#keyword)
* [offsetEnd](_index_d_.searchqueryparser.searchparseroffset.md#offsetend)
* [offsetStart](_index_d_.searchqueryparser.searchparseroffset.md#offsetstart)
* [value](_index_d_.searchqueryparser.searchparseroffset.md#value)
---
## Properties
<a id="keyword"></a>
### keyword
**● keyword**: *`string`*
*Defined in [index.d.ts:21](https://github.com/rtrvrtg/search-query-parser/blob/5612d18/index.d.ts#L21)*
___
<a id="offsetend"></a>
### offsetEnd
**● offsetEnd**: *`number`*
*Defined in [index.d.ts:24](https://github.com/rtrvrtg/search-query-parser/blob/5612d18/index.d.ts#L24)*
___
<a id="offsetstart"></a>
### offsetStart
**● offsetStart**: *`number`*
*Defined in [index.d.ts:23](https://github.com/rtrvrtg/search-query-parser/blob/5612d18/index.d.ts#L23)*
___
<a id="value"></a>
### `<Optional>` value
**● value**: *`string`*
*Defined in [index.d.ts:22](https://github.com/rtrvrtg/search-query-parser/blob/5612d18/index.d.ts#L22)*
___