Skip to main content

SemanticValue<T>

Type parameters

Type parameterValue
Tany

Constructors

new SemanticValue()

new SemanticValue<T>(dart): SemanticValue<T>

Parameters

ParameterType
dartany

Returns

SemanticValue<T>

Source

src/grid.ts:1219

Properties

PropertyModifierType
dartprivateany
tagspublicobject

Accessors

cell

get cell(): Cell

set cell(x): void

Parameters

ParameterType
xCell

Returns

Cell

Source

src/grid.ts:1255


dataType

get dataType(): string

Returns

string

Source

src/grid.ts:1247


gridCell

get gridCell(): GridCell

set gridCell(x): void

Parameters

ParameterType
xGridCell

Returns

GridCell

Source

src/grid.ts:1258


semType

get semType(): string

set semType(x): void

Parameters

ParameterType
xstring

Returns

string

Source

src/grid.ts:1249


units

get units(): any

set units(x): void

Parameters

ParameterType
xany

Returns

any

Source

src/grid.ts:1244


value

get value(): T

set value(x): void

Parameters

ParameterType
xT

Returns

T

Source

src/grid.ts:1241


viewer

get viewer(): Viewer<any>

set viewer(x): void

Parameters

ParameterType
xViewer<any>

Returns

Viewer<any>

Source

src/grid.ts:1261

Methods

getMeta()

getMeta(name): any

Parameters

ParameterType
namestring

Returns

any

Source

src/grid.ts:1252


setMeta()

setMeta(name, value): void

Parameters

ParameterType
namestring
valueany

Returns

void

Source

src/grid.ts:1253


fromGridCell()

static fromGridCell(gridCell): SemanticValue<any>

Parameters

ParameterType
gridCellGridCell

Returns

SemanticValue<any>

Source

src/grid.ts:1235


fromTableCell()

static fromTableCell(cell): SemanticValue<any>

Parameters

ParameterType
cellCell

Returns

SemanticValue<any>

Source

src/grid.ts:1231


fromValueType()

static fromValueType(value, semType, units?): SemanticValue<any>

Parameters

ParameterType
valueany
semTypenull | string
units?string

Returns

SemanticValue<any>

Source

src/grid.ts:1224


parse()

static parse(s): SemanticValue<any>

Parameters

ParameterType
sstring

Returns

SemanticValue<any>

Source

src/grid.ts:1239