Skip to main content

EventField

Agent Runtimes


Agent Runtimes / types/eventspecs / EventField

Interface: EventField

Defined in: src/types/eventspecs.ts:15

Dynamic field definition for an event type specification.

Properties

description?

optional description?: string

Defined in: src/types/eventspecs.ts:25

Field description


label

label: string

Defined in: src/types/eventspecs.ts:19

Human-readable label


name

name: string

Defined in: src/types/eventspecs.ts:17

Field key


placeholder?

optional placeholder?: string

Defined in: src/types/eventspecs.ts:27

Placeholder text


required

required: boolean

Defined in: src/types/eventspecs.ts:23

Whether the field is required


type

type: "string" | "number" | "boolean"

Defined in: src/types/eventspecs.ts:21

Field type