Interface: BaseCompilationResult
@react-form-builder/core.BaseCompilationResult
The result of compiling of anything. Internal use only.
Properties
error
• error: boolean
Flag if true - compilation failed, false otherwise.
exceptions
• Optional
exceptions: Error
[]
The array of compilation errors.