Skip to main content

BooleanTypeManager

geovisto-mapReadme | API


geovisto-map / BooleanTypeManager

Class: BooleanTypeManager

This class specifies the empty type constraint.

Author

Jiri Hynek

Implements

Constructors

new BooleanTypeManager()

new BooleanTypeManager(): BooleanTypeManager

Returns

BooleanTypeManager

Methods

deserialize()

deserialize(value): boolean

It converts the string representation of the boolean value.

Parameters

value: string

Returns

boolean

Implementation of

ITypeManager.deserialize

Source

model/internal/type/BooleanTypeManager.ts:13