Skip to main content

Input

Type: any any - The data type that RandomCannedTextNode accepts as input

Output

Type: String The data type that RandomCannedTextNode outputs

Examples

Constructors

Interfaces


Constructors

constructor

Creates a new RandomCannedTextNode instance.

Parameters

props
RandomCannedTextNodeProps
required
Configuration for the random canned text node.

Returns

RandomCannedTextNode

Interfaces

RandomCannedTextNodeProps

Configuration interface for RandomCannedTextNode creation.

Properties

cannedPhrases: string[] List of phrases to randomly select from.