filterByAttributes

suspend fun filterByAttributes(filters: ReadonlyArray<I3SNode.AttributeFilter>? = definedExternally)(source)

Filters the drawn elements of a layer to specific attribute names and values

Return

A promise that is resolved when the filter is applied

Parameters

filters

The collection of attribute filters Default value - []

See also