@mapgear/geoapps > PopupValueAttribute
PopupValueAttribute class
Popup Value Attribute object
Signature:export declare class PopupValueAttribute 
Remarks
The constructor for this class is marked as internal. Third-party code should not call the constructor directly or create subclasses that extend the PopupValueAttribute class.
Properties
| Property | Modifiers | Type | Description | 
|---|---|---|---|
| alias | string | Display name of dataset attribute type | |
| attribute | string | Name of dataset attribute | |
| displayValue | string | Display value of attribute on current feature | |
| type | string | Type of dataset attribute | |
| value | string | Raw value of attribute on current feature |