EventField
Agent Runtimes / types/eventspecs / EventField
Interface: EventField
Defined in: types/eventspecs.ts:15
Dynamic field definition for an event type specification.
Properties
description?
optionaldescription?:string
Defined in: types/eventspecs.ts:25
Field description
label
label:
string
Defined in: types/eventspecs.ts:19
Human-readable label
name
name:
string
Defined in: types/eventspecs.ts:17
Field key
placeholder?
optionalplaceholder?:string
Defined in: types/eventspecs.ts:27
Placeholder text
required
required:
boolean
Defined in: types/eventspecs.ts:23
Whether the field is required
type
type:
"string"|"number"|"boolean"
Defined in: types/eventspecs.ts:21
Field type