FieldType

Enum used as the first argument to new Field(...).

import FieldType from '@orchesty/nodejs-sdk/dist/lib/Application/Model/Form/FieldType';

Values #

ValueRenders as
FieldType.TEXTSingle-line text input.
FieldType.NUMBERNumeric input.
FieldType.URLURL input with light validation.
FieldType.PASSWORDMasked input; persisted encrypted.
FieldType.SELECT_BOXDropdown; populate with addChoice(value, label).
FieldType.MULTI_SELECTMulti-select; populate with addChoice(value, label).
FieldType.CHECKBOXBoolean toggle.

See also #

© 2025 Orchesty Solutions. All rights reserved.