Free Touch Pricker
    Preparing search index...

    Class Console

    Simple visitor that logs rows to the console

    All visited rows are output via console.log(). This visitor is useful for easily discovering what rows are being generated.

    Hierarchy (View Summary)

    Index

    Constructors

    Accessors

    Methods

    Constructors

    Accessors

    • 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