Skip to main content Link Search Menu Expand Document (external link)

PropertyFilters overview

This module implements a Type that represents an array of PropertyFilter’s (see PropertyFilter.ts)


Table of contents


Destructors

toSyntheticPropertyFilter

Returns a PropertyFilter that is equivalent to self. The returned PropertyFilter executes successively each PropertyFilter of self.

Signature

export declare const toSyntheticPropertyFilter: (self: Type) => PPPropertyFilter.Action.Type

Instances

empty

Empty PropertyFilters instance

Signature

export declare const empty: Type

utilInspectLike

Default PropertyFilters instance

Signature

export declare const utilInspectLike: Type

Models

Type (interface)

Type of a PropertyFilters

Signature

export interface Type extends ReadonlyArray<PPPropertyFilter.Type> {}