PopupValue class
Popup Value object
Signature:export declare class PopupValue 
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 PopupValue class.
Properties
| Property | Modifiers | Type | Description | 
|---|---|---|---|
| attributes | Array<PopupValueAttribute> | List of attributes within feature | |
| geom | string | Name of geometry column | |
| id | string | Id of feature | |
| layerId | string | Primary key of layer | |
| layerTitle | string | Name of the layer |