17 lines
1.3 KiB
Plaintext
17 lines
1.3 KiB
Plaintext
// Generated by scripts/generate-showcase.mjs. Do not edit directly.
|
|
page V06OutputsGuide {
|
|
layout = "showcase"
|
|
seo {
|
|
title = "WRNexusJS v0.6 Outputs"
|
|
description = "Use typed callable outputs for child-to-parent communication without application-level $emit or event.detail."
|
|
}
|
|
view {
|
|
<article class="page-docs guide-page">
|
|
<nav class="docs-breadcrumbs" aria-label="Breadcrumb"><a href="/docs">Docs</a><span aria-hidden="true">/</span><span>WRNexusJS v0.6</span><span aria-hidden="true">/</span><span>Outputs</span></nav>
|
|
<header class="docs-intro"><span class="showcase-eyebrow">WRNexusJS v0.6</span><h1>Outputs</h1><p>Use typed callable outputs for child-to-parent communication without application-level $emit or event.detail.</p></header>
|
|
<section class="guide-section"><h2>Declare</h2><p>Define zero- or one-payload output signatures in an outputs block.</p></section><section class="guide-section"><h2>Invoke</h2><p>Call output.name(payload) from client functions.</p></section><section class="guide-section"><h2>Consume</h2><p>Receive the typed payload local in parent component listeners.</p></section>
|
|
<nav class="guide-next"><a href="/framework-guides">Framework guides <span aria-hidden="true">→</span></a><a href="/v06-migration">Migration guide <span aria-hidden="true">→</span></a></nav>
|
|
</article>
|
|
}
|
|
}
|