Interface IWordAtPosition

Word inside a model.

Hierarchy

  • IWordAtPosition

Properties

endColumn: number

The column where the word ends.

startColumn: number

The column where the word starts.

word: string

The word.