Reference

ComponentRefIr

Represents a lowered component reference and its props, children, and boundary metadata.

Signature

interface ComponentRefIr

Members

async?: boolean
children: JsxNodeIr[]
clientReference?: ClientReferenceIr
keyCode?: string
kind: "component"
loc?: SourceLocation
name: string
props: ComponentPropIr[]
runtime?: "compat"