Documentation / @zerotal/flow / index / ChildMemo
Interface: ChildMemo
Defined in: flow/src/types.ts:24
Metadata for a child Component component embedded inside a parent's render output. Stored in memo.children (excluded from HMAC signing — same as Livewire).
Properties
key
key:
string
Defined in: flow/src/types.ts:26
The JSX key prop that identifies this slot in the parent's template.
id
id:
string
Defined in: flow/src/types.ts:28
Stable component ID (data-flow-id on the [data-flow-root] element).
name
name:
string
Defined in: flow/src/types.ts:30
Child class name — used to route WebSocket actions.