Skip to main content

IMapFilterOperation

geovisto-mapReadme | API


geovisto-map / IMapFilterOperation

Interface: IMapFilterOperation

This interface declares a filter operation.

Author

Jiri Hynek

Extends

Methods

getName()

getName(): string

It returns the name of the map domain.

Returns

string

Inherited from

IMapDomain.getName

Source

model/types/domain/IMapDomain.ts:11


match()

match(value, pattern): boolean

It performs the filter operation which compare a value with a pattern.

Parameters

value: unknown

pattern: unknown

Returns

boolean

Source

model/types/filter/IMapFilterOperation.ts:16