IMapFilterOperation
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
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