Skip to main content

NotificationField

Agent Runtimes


Agent Runtimes / types/notifications / NotificationField

Interface: NotificationField

Defined in: types/notifications.ts:9

Dynamic field definition for a notification channel.

Properties

default?

optional default?: string | number | boolean

Defined in: types/notifications.ts:21

Default value


label

label: string

Defined in: types/notifications.ts:13

Human-readable label


name

name: string

Defined in: types/notifications.ts:11

Field key


placeholder?

optional placeholder?: string

Defined in: types/notifications.ts:19

Placeholder text


required

required: boolean

Defined in: types/notifications.ts:17

Whether the field is required


type

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

Defined in: types/notifications.ts:15

Field type