Skip to content

Documentation / @agentick/core / EphemeralProps

Interface: EphemeralProps ​

Defined in: core/src/jsx/components/messages.tsx:314

Data-only ephemeral input — foundational for JSX EphemeralProps.

Extends ​

Properties ​

children? ​

optional children: any

Defined in: core/src/jsx/components/messages.tsx:316

JSX children - will be collected into content


content? ​

optional content: string | ContentBlock[]

Defined in: shared/src/protocol.ts:96

Inherited from ​

EphemeralInput.content


id? ​

optional id: string

Defined in: shared/src/protocol.ts:99

Inherited from ​

EphemeralInput.id


metadata? ​

optional metadata: Record<string, unknown>

Defined in: shared/src/protocol.ts:101

Inherited from ​

EphemeralInput.metadata


order? ​

optional order: number

Defined in: shared/src/protocol.ts:98

Inherited from ​

EphemeralInput.order


position? ​

optional position: EphemeralPosition

Defined in: shared/src/protocol.ts:97

Inherited from ​

EphemeralInput.position


tags? ​

optional tags: string[]

Defined in: shared/src/protocol.ts:100

Inherited from ​

EphemeralInput.tags


type? ​

optional type: string

Defined in: shared/src/protocol.ts:95

Inherited from ​

EphemeralInput.type

Released under the ISC License.