Skip to content

Function: Input()

ts
function Input(props: InputProps): Block;

Defined in: src/renderer/blocks/index.ts:516

Parameters

ParameterType
propsInputProps

Returns

Block

Deprecated

Use InputField instead — names now match the underlying UiInputField component.

Example

ts
InputField({name: 'firstName', label: 'First name', type: 'text'});

Matterway Assistant SDK Documentation