Skip to content
🚀 This documentation is for unreal-orm 1.0.0 alpha which requires SurrealDB 2.0 SDK. For use with version 1.x, see here.

EventAST

Defined in: schema/ast/types.ts:98

AST node representing an event definition.

cond: string

Defined in: schema/ast/types.ts:102

WHEN condition


name: string

Defined in: schema/ast/types.ts:100

Event name


then: string

Defined in: schema/ast/types.ts:104

THEN action