Primitive
lexeme.addField
BETAShort name: addField
Version: 1.0.0
System primitive that appends one field definition.
Back to primitive libraryInputs
| Key | Type | Required | Description |
|---|---|---|---|
| defaultValue | any | false | - |
| description | string | false | - |
| fieldName | string | true | - |
| lexemeId | objectId | true | - |
| required | boolean | false | - |
| type | string | true | - |
Outputs
| Key | Type | Required | Description |
|---|---|---|---|
| added | boolean | false | - |
| lexeme | object | false | - |