node_idstring · requiredTarget node ID to type into
Type text character by character at a specific position in a text field. Uses natural InputConnection typing (indistinguishable from keyboard input).
node_idstring · requiredTarget node ID to type into
textstring · requiredText to type (must be non-empty, max 2000 characters)
offsetinteger · required0-based character offset for cursor position. Must be within [0, current text length]
typing_speedinteger · default 250Base delay between characters in ms (min: 10, max: 5000)
typing_speed_varianceinteger · default 50Random variance in ms, clamped to [0, typing_speed]