Preparing search index...
The search index is not available
@vertigis/arcgis-extensions
@vertigis/arcgis-extensions
data/convert
CellData
Interface CellData
Data for a cell in a table.
interface
CellData
{
formatted
?:
string
;
raw
:
|
string
|
number
|
boolean
|
Date
;
}
Index
Properties
formatted?
raw
Properties
Optional
formatted
formatted
?:
string
The formatted value of the cell.
raw
raw
:
|
string
|
number
|
boolean
|
Date
The raw value of the cell.
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
formatted
raw
@vertigis/arcgis-extensions
Loading...
Data for a cell in a table.