Hierarchy

  • Word

Index

Constructors

Properties

Methods

Constructors

constructor

  • new Word(text: string, isEnter: boolean): Word
  • Parameters

    • text: string
    • isEnter: boolean

    Returns Word

Properties

isEnter

isEnter: boolean

text

text: string

Methods

Static getTexts

  • getTexts(str: string): Word[]
  • Returns the collection of the words.

    Parameters

    • str: string

    Returns Word[]

Generated using TypeDoc