MatchResult Interface
Packages > @anticrm/core > MatchResult
Signature:
export interface MatchResult
Properties
Property | Type | Description |
---|---|---|
match | Obj | |
parentRef | FieldRef | |
result | boolean |
Events
match
Signature:
match?: Obj;
parentRef
Signature:
parentRef?: FieldRef;
result
Signature:
result: boolean;