RenderingRuleInfo QML Type
Metadata about a raster function template on the image service. More...
Import Statement: | import Esri.ArcGISRuntime |
Since: | Esri.ArcGISRuntime 100.1 |
Inherits: |
Properties
- description : string
- help : string
- name : string
Signals
Detailed Description
Read-only information such as description, name, and help about the template.
Property Documentation
description : string |
Returns the description of the raster function template (read-only).
help : string |
Returns the help of the raster function template (read-only).
name : string |
The name of the raster function template predefined on the server (read-only).
Signal Documentation
nameChanged() |
Emitted when the name property changes.
Note: The corresponding handler is onNameChanged
.