Free Touch Pricker
    Preparing search index...

    Class StringArray

    Simple visitor that accumulates rows into an array of strings

    Converts each visited row to a string and stores it. The visitor accumulates rows from a touch in the order they're rung.

    Hierarchy (View Summary)

    Index

    Constructors

    Accessors

    • get strings(): readonly string[]

      Array of string representations of rows that have been visited.

      Returns readonly string[]

    • get visiting(): boolean

      Whether or not we're still processing rows. Defaults to true (processing rows), but is set to false once rounds has been visited.

      Returns boolean

    Methods