Neutrome SDK reference
Preparing search index...
lil-engine/src
ValidationIssue
Type Alias ValidationIssue
A single rule violation found by
validateProgram
.
type
ValidationIssue
=
{
code
:
ValidationIssueCode
;
instructionIndex
?:
number
;
message
:
string
;
opcode
?:
Opcode
;
}
Index
Properties
code
instruction
Index?
message
opcode?
Properties
code
code
:
ValidationIssueCode
Optional
instruction
Index
instructionIndex
?:
number
message
message
:
string
Optional
opcode
opcode
?:
Opcode
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
code
instruction
Index
message
opcode
Neutrome SDK reference
Loading...
A single rule violation found by validateProgram.