SemanticValue<T>
Type parameters
| Type parameter | Value |
|---|---|
T | any |
Constructors
new SemanticValue()
new SemanticValue<
T>(dart):SemanticValue<T>
Parameters
| Parameter | Type |
|---|---|
dart | any |
Returns
Source
Properties
| Property | Modifier | Type |
|---|---|---|
dart | private | any |
tags | public | object |
Accessors
cell
getcell():Cell
setcell(x):void
Parameters
| Parameter | Type |
|---|---|
x | Cell |
Returns
Source
dataType
getdataType():string
Returns
string
Source
gridCell
getgridCell():GridCell<any>
setgridCell(x):void
Parameters
| Parameter | Type |
|---|---|
x | GridCell<any> |