Skip to content

Documentation / @agentick/shared / CustomBlockEvent

Type Alias: CustomBlockEvent ​

CustomBlockEvent = object & StreamEventBase

Defined in: streaming.ts:403

Type Declaration ​

attrs ​

attrs: Record<string, string>

content ​

content: string

selfClosing? ​

optional selfClosing: boolean

tag ​

tag: string

type ​

type: "custom_block"

Released under the ISC License.