View Source GenLSP.Enumerations.WatchKind (gen_lsp v0.8.1)

Link to this section Summary

Functions

Interested in change events

Interested in create events.

Interested in delete events

Link to this section Types

@type t() :: 1 | 2 | 4

Link to this section Functions

@spec change() :: 2

Interested in change events

@spec create() :: 1

Interested in create events.

@spec delete() :: 4

Interested in delete events