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?
optionalchildren:any
Defined in: core/src/jsx/components/messages.tsx:316
JSX children - will be collected into content
content?
optionalcontent:string|ContentBlock[]
Defined in: shared/src/protocol.ts:96
Inherited from
id?
optionalid:string
Defined in: shared/src/protocol.ts:99
Inherited from
metadata?
optionalmetadata:Record<string,unknown>
Defined in: shared/src/protocol.ts:101
Inherited from
order?
optionalorder:number
Defined in: shared/src/protocol.ts:98
Inherited from
position?
optionalposition:EphemeralPosition
Defined in: shared/src/protocol.ts:97
Inherited from
tags?
optionaltags:string[]
Defined in: shared/src/protocol.ts:100
Inherited from
type?
optionaltype:string
Defined in: shared/src/protocol.ts:95