The following members of QML type FeatureCollectionTable are obsolete. They are provided to keep old source code working. We strongly advise against using them in new code.
Properties
- title : string
(obsolete)
Signals
- titleChanged()
(obsolete)
Property Documentation
This property is obsolete. It is provided to keep old source code working. We strongly advise against using it in new code.
The title of this FeatureCollectionTable.
Use FeatureTable::displayName instead.
Signal Documentation
This signal is obsolete. It is provided to keep old source code working. We strongly advise against using it in new code.
Emitted when the title property changes.
Use FeatureTable::displayNameChanged instead.
Note: The corresponding handler is onTitleChanged
.