The base type from which most of objects in the API inherit. More...
Properties
- error : Error
- objectType : string
Signals
Detailed Description
Note: You cannot declare or create a component of this type in QML code.
Property Documentation
error : Error |
Returns the Error object (read-only).
Access this property after errorChanged emits.
Signal Documentation
Emitted when the object has completed construction.
Note: The corresponding handler is onComponentCompleted
.
Emitted when the error property changes, which can indicate that an error occurred.
Note: The corresponding handler is onErrorChanged
.