agent-playground / Exports / IBlockMetadata
Interface: IBlockMetadata
Table of contents
Properties
Properties
id
• id: string
Unique identifier for this block
Defined in
agent-playground/src/lib/playground/block-tracking/types.ts:34
type
• type: TBlockKind
Type of block for visual styling
Defined in
agent-playground/src/lib/playground/block-tracking/types.ts:37
level
• level: number
Hierarchical level for nesting
Defined in
agent-playground/src/lib/playground/block-tracking/types.ts:40
parentId
• Optional parentId: string
Parent block ID for hierarchical structure
Defined in
agent-playground/src/lib/playground/block-tracking/types.ts:43
children
• children: string[]
Children block IDs
Defined in
agent-playground/src/lib/playground/block-tracking/types.ts:46
isExpanded
• isExpanded: boolean
Expandable/collapsible state
Defined in
agent-playground/src/lib/playground/block-tracking/types.ts:49
executionContext
• Optional executionContext: IBlockExecutionContextInfo
Execution context information
Defined in
agent-playground/src/lib/playground/block-tracking/types.ts:52
visualState
• visualState: TBlockVisualState
Visual state for real-time updates
Defined in
agent-playground/src/lib/playground/block-tracking/types.ts:55
renderData
• Optional renderData: IBlockRenderData
Additional data for block-specific rendering
Defined in
agent-playground/src/lib/playground/block-tracking/types.ts:58