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> |
Returns
GridCell<any>
Source
semType
getsemType():string
setsemType(x):void
Parameters
| Parameter | Type |
|---|---|
x | string |
Returns
string
Source
units
getunits():any
setunits(x):void
Parameters
| Parameter | Type |
|---|---|
x | any |
Returns
any
Source
value
getvalue():T
setvalue(x):void
Parameters
| Parameter | Type |
|---|---|
x | T |
Returns
T
Source
viewer
getviewer():Viewer<any>
setviewer(x):void
Parameters
| Parameter | Type |
|---|---|
x | Viewer<any> |
Returns
Viewer<any>
Source
Methods
getMeta()
getMeta(
name):any