Skip to content

AIDK API Reference / aidk/content / EventBlock

Type Alias: EventBlock ​

ts
type EventBlock = 
  | UserActionBlock
  | SystemEventBlock
  | StateChangeBlock;

Defined in: packages/shared/src/blocks.ts:391

Union of event content blocks (user action, system event, state change)

Released under the MIT License.