MatchResult Interface

Packages > @anticrm/core > MatchResult

Signature:

export interface MatchResult 

Properties

List of properties of this interface
Property Type Description
match Obj
parentRef FieldRef
result boolean

Events

match

Signature:

match?: Obj;

parentRef

Signature:

parentRef?: FieldRef;

result

Signature:

result: boolean;