Contains properties to override the offline map's item properties. More...
Import Statement: | import Esri.ArcGISRuntime 100.15 |
Since: | Esri.ArcGISRuntime 100.1 |
Inherits: |
Properties
- accessInformation : string
- description : string
- snippet : string
- tags : string
- termsOfUse : string
- thumbnailImage : url
- thumbnailUrl : url
- title : string
Signals
- accessInformationChanged()
- descriptionChanged()
- snippetChanged()
- tagsChanged()
- termsOfUseChanged()
- thumbnailImageChanged()
- thumbnailUrlChanged()
- titleChanged()
Detailed Description
Property Documentation
The terms of use of the item.
This property can contain HTML formatting.
This property was introduced in Esri.ArcGISRuntime 100.4.
Signal Documentation
Emitted when the accessInformation property changes.
Note: The corresponding handler is onAccessInformationChanged
.
Emitted when the description property changes.
Note: The corresponding handler is onDescriptionChanged
.
Emitted when the snippet property changes.
Note: The corresponding handler is onSnippetChanged
.
Emitted when the tags property changes.
Note: The corresponding handler is onTagsChanged
.
Emitted when the termsOfUse property changes.
Note: The corresponding handler is onTermsOfUseChanged
.
This signal was introduced in Esri.ArcGISRuntime 100.4.
Emitted when the thumbnailImage property changes.
Note: The corresponding handler is onThumbnailImageChanged
.
Emitted when the thumbnailUrl property changes.
Note: The corresponding handler is onThumbnailUrlChanged
.
Emitted when the title property changes.
Note: The corresponding handler is onTitleChanged
.