lspeasy / core/src / TextDocumentSyncKind
Variable: TextDocumentSyncKind
ts
const TextDocumentSyncKind: {
Full: 1;
Incremental: 2;
None: 0;
};Defined in: packages/core/src/protocol/enums.ts:583
Type Declaration
| Name | Type | Default value | Defined in |
|---|---|---|---|
Full | 1 | 1 | packages/core/src/protocol/enums.ts:585 |
Incremental | 2 | 2 | packages/core/src/protocol/enums.ts:586 |
None | 0 | 0 | packages/core/src/protocol/enums.ts:584 |