Skip to main content

StringTypeManager

geovisto-mapReadme | API


geovisto-map / StringTypeManager

Class: StringTypeManager

This class specifies the empty type constraint.

Author

Jiri Hynek

Implements

Constructors

new StringTypeManager()

new StringTypeManager(): StringTypeManager

Returns

StringTypeManager

Methods

deserialize()

deserialize(value): string

It keeps the string representation.

Parameters

value: string

Returns

string

Implementation of

ITypeManager.deserialize

Source

model/internal/type/StringTypeManager.ts:13