FeatureProperties interface
DTO object representing feature
- Extends
Properties
data |
Specifies type |
feature |
Specifies name |
Inherited Properties
description | The asset description text. |
properties | The asset property dictionary. |
tags | Tag dictionary. Tags can be added, removed, and updated. |
Property Details
dataType
Specifies type
dataType?: string
Property Value
string
featureName
Specifies name
featureName?: string
Property Value
string
Inherited Property Details
description
The asset description text.
description?: string
Property Value
string
Inherited From ResourceBase.description
properties
The asset property dictionary.
properties?: {[propertyName: string]: string | null}
Property Value
{[propertyName: string]: string | null}
Inherited From ResourceBase.properties
tags
Tag dictionary. Tags can be added, removed, and updated.
tags?: {[propertyName: string]: string | null}
Property Value
{[propertyName: string]: string | null}
Inherited From ResourceBase.tags