Skip to main content

IInputStatus

Defined in: js-api/src/u2core/protocol.ts:38

Live state of ONE named input of a widget — the machine-readable counterpart of what the user sees in a form. Values and validation are read on demand, never cached; name is the name the widget's properties address the input by, so props[name] = value writes exactly what typing into it would.

Properties

PropertyTypeDefined in
caption?stringjs-api/src/u2core/protocol.ts:40
choices?any[]js-api/src/u2core/protocol.ts:44
description?stringjs-api/src/u2core/protocol.ts:48
error?stringjs-api/src/u2core/protocol.ts:47
namestringjs-api/src/u2core/protocol.ts:39
ref?stringjs-api/src/u2core/protocol.ts:49
requiredbooleanjs-api/src/u2core/protocol.ts:45
semType?stringjs-api/src/u2core/protocol.ts:42
typestringjs-api/src/u2core/protocol.ts:41
validbooleanjs-api/src/u2core/protocol.ts:46
valueanyjs-api/src/u2core/protocol.ts:43