Page 1 of 1

Standalone JSRecordMarkers?

PostPosted: Wed Apr 13, 2022 1:36 am
by john1598360627
So I know the JSRecordMarkers are used for the validation process. Is there a way of making a standalone one? I want to make one to report problems outside the context of the validation.


For example this,

Code: Select all
      /**
       * @type {JSRecordMarkers}
       */
      var debugtest
      
      debugtest.report( 'test' )

Gives an error. The report fails. Do I need something else to initialize this?