Input
Type:String
The data type that KeywordMatcherNode accepts as input
Output
Type:GraphTypes.MatchedKeywords
The data type that KeywordMatcherNode outputs
Examples
Constructors
Interfaces
Constructors
constructor
Parameters
Configuration for the keyword matcher node.
Returns
KeywordMatcherNode
Interfaces
KeywordMatcherNodeProps
Configuration interface forKeywordMatcherNode creation.
Properties
keywords:string[] | { name: string; keywords: string[]; }[]
Keywords can be either a flat array of strings or structured groups. For CPP compatibility, use structured format: Array<{name: string, keywords: string[]}>