Skip to content

Home > sculp-js > IFilterCondition

IFilterCondition interface

Signature:

typescript
export interface IFilterCondition<V>

Properties

Property

Modifiers

Type

Description

filter?

(args: V) => boolean

(Optional)

keyword?

string

(Optional)

Released under the MIT License.