lineNumber

Type

String

Description

The line number where the error is located. Used as a property of the options object passed to addError(options).

Required

No

Example

            context.addError({
    lineNumber: '1'
}); 

          

Related Topics

General Notices