Skip to content

Commit

Permalink
Deploying to site from @ 99081b2 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
JakeWharton committed Nov 22, 2023
1 parent 9ac15d8 commit 7e308fd
Show file tree
Hide file tree
Showing 7 changed files with 26 additions and 26 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
<div class="cover ">
<h1 class="cover"><span>on</span><wbr><span>Unknown</span><wbr><span>Event</span><wbr><span><span>Node</span></span></h1>
</div>
<div class="platform-hinted " data-platform-hinted="data-platform-hinted"><div class="content sourceset-dependent-content" data-active="" data-togglable=":redwood-protocol-guest:dokkaHtmlPartial/commonMain"><div class="symbol monospace"><span class="token keyword">abstract </span><span class="token keyword"></span><span class="token keyword">fun </span><a href="on-unknown-event-node.html"><span class="token function">onUnknownEventNode</span></a><span class="token punctuation">(</span><span class="parameters "><span class="parameter ">id<span class="token operator">: </span><a href="../../../redwood-protocol/app.cash.redwood.protocol/-id/index.html">Id</a><span class="token punctuation">, </span></span><span class="parameter ">tag<span class="token operator">: </span><a href="../../../redwood-protocol/app.cash.redwood.protocol/-event-tag/index.html">EventTag</a></span></span><span class="token punctuation">)</span></div><p class="paragraph">Handle an event whose node <a href="on-unknown-event-node.html">id</a> is unknown.</p></div></div>
<div class="platform-hinted " data-platform-hinted="data-platform-hinted"><div class="content sourceset-dependent-content" data-active="" data-togglable=":redwood-protocol-guest:dokkaHtmlPartial/commonMain"><div class="symbol monospace"><span class="token keyword">abstract </span><span class="token keyword"></span><span class="token keyword">fun </span><a href="on-unknown-event-node.html"><span class="token function">onUnknownEventNode</span></a><span class="token punctuation">(</span><span class="parameters "><span class="parameter ">id<span class="token operator">: </span><a href="../../../redwood-protocol/app.cash.redwood.protocol/-id/index.html">Id</a><span class="token punctuation">, </span></span><span class="parameter ">tag<span class="token operator">: </span><a href="../../../redwood-protocol/app.cash.redwood.protocol/-event-tag/index.html">EventTag</a></span></span><span class="token punctuation">)</span></div><p class="paragraph">Handle an event whose node <a href="on-unknown-event-node.html">id</a> is unknown.</p><p class="paragraph">This function will be invoked every time an event is sent to an unknown widget. For example, clicking three times on a button that has no corresponding instance will see this function invoked three times. Use the <a href="on-unknown-event-node.html">id</a> and <a href="on-unknown-event-node.html">tag</a> combination to de-duplicate the callbacks if desired.</p></div></div>
</div>
<div class="footer">
<span class="go-to-top-icon"><a href="#content" id="go-to-top-link"></a></span><span>© 2023 Copyright</span><span class="pull-right"><span>Generated by </span><a href="https://github.com/Kotlin/dokka"><span>dokka</span><span class="padded-icon"></span></a></span>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
<div class="cover ">
<h1 class="cover"><span>on</span><wbr><span>Unknown</span><wbr><span><span>Event</span></span></h1>
</div>
<div class="platform-hinted " data-platform-hinted="data-platform-hinted"><div class="content sourceset-dependent-content" data-active="" data-togglable=":redwood-protocol-guest:dokkaHtmlPartial/commonMain"><div class="symbol monospace"><span class="token keyword">abstract </span><span class="token keyword"></span><span class="token keyword">fun </span><a href="on-unknown-event.html"><span class="token function">onUnknownEvent</span></a><span class="token punctuation">(</span><span class="parameters "><span class="parameter ">widgetTag<span class="token operator">: </span><a href="../../../redwood-protocol/app.cash.redwood.protocol/-widget-tag/index.html">WidgetTag</a><span class="token punctuation">, </span></span><span class="parameter ">tag<span class="token operator">: </span><a href="../../../redwood-protocol/app.cash.redwood.protocol/-event-tag/index.html">EventTag</a></span></span><span class="token punctuation">)</span></div><p class="paragraph">Handle a request to process an unknown event <a href="on-unknown-event.html">tag</a> for the specified widget <a href="on-unknown-event.html">widgetTag</a>.</p></div></div>
<div class="platform-hinted " data-platform-hinted="data-platform-hinted"><div class="content sourceset-dependent-content" data-active="" data-togglable=":redwood-protocol-guest:dokkaHtmlPartial/commonMain"><div class="symbol monospace"><span class="token keyword">abstract </span><span class="token keyword"></span><span class="token keyword">fun </span><a href="on-unknown-event.html"><span class="token function">onUnknownEvent</span></a><span class="token punctuation">(</span><span class="parameters "><span class="parameter ">widgetTag<span class="token operator">: </span><a href="../../../redwood-protocol/app.cash.redwood.protocol/-widget-tag/index.html">WidgetTag</a><span class="token punctuation">, </span></span><span class="parameter ">tag<span class="token operator">: </span><a href="../../../redwood-protocol/app.cash.redwood.protocol/-event-tag/index.html">EventTag</a></span></span><span class="token punctuation">)</span></div><p class="paragraph">Handle a request to process an unknown event <a href="on-unknown-event.html">tag</a> for the specified widget <a href="on-unknown-event.html">widgetTag</a>.</p><p class="paragraph">This function will be invoked every time an unknown event is sent to a widget. For example, three click events on a widget with no click event will see this function invoked three times. Use the <a href="on-unknown-event.html">widgetTag</a> and <a href="on-unknown-event.html">tag</a> combination to de-duplicate the callbacks if desired.</p></div></div>
</div>
<div class="footer">
<span class="go-to-top-icon"><a href="#content" id="go-to-top-link"></a></span><span>© 2023 Copyright</span><span class="pull-right"><span>Generated by </span><a href="https://github.com/Kotlin/dokka"><span>dokka</span><span class="padded-icon"></span></a></span>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
<div class="cover ">
<h1 class="cover"><span>on</span><wbr><span>Unknown</span><wbr><span><span>Children</span></span></h1>
</div>
<div class="platform-hinted " data-platform-hinted="data-platform-hinted"><div class="content sourceset-dependent-content" data-active="" data-togglable=":redwood-protocol-host:dokkaHtmlPartial/commonMain"><div class="symbol monospace"><span class="token keyword">abstract </span><span class="token keyword"></span><span class="token keyword">fun </span><a href="on-unknown-children.html"><span class="token function">onUnknownChildren</span></a><span class="token punctuation">(</span><span class="parameters "><span class="parameter ">widgetTag<span class="token operator">: </span><a href="../../../redwood-protocol/app.cash.redwood.protocol/-widget-tag/index.html">WidgetTag</a><span class="token punctuation">, </span></span><span class="parameter ">tag<span class="token operator">: </span><a href="../../../redwood-protocol/app.cash.redwood.protocol/-children-tag/index.html">ChildrenTag</a></span></span><span class="token punctuation">)</span></div><p class="paragraph">Handle a request to manipulate unknown children <a href="on-unknown-children.html">tag</a> for the specified <a href="on-unknown-children.html">widgetTag</a>.</p></div></div>
<div class="platform-hinted " data-platform-hinted="data-platform-hinted"><div class="content sourceset-dependent-content" data-active="" data-togglable=":redwood-protocol-host:dokkaHtmlPartial/commonMain"><div class="symbol monospace"><span class="token keyword">abstract </span><span class="token keyword"></span><span class="token keyword">fun </span><a href="on-unknown-children.html"><span class="token function">onUnknownChildren</span></a><span class="token punctuation">(</span><span class="parameters "><span class="parameter ">widgetTag<span class="token operator">: </span><a href="../../../redwood-protocol/app.cash.redwood.protocol/-widget-tag/index.html">WidgetTag</a><span class="token punctuation">, </span></span><span class="parameter ">tag<span class="token operator">: </span><a href="../../../redwood-protocol/app.cash.redwood.protocol/-children-tag/index.html">ChildrenTag</a></span></span><span class="token punctuation">)</span></div><p class="paragraph">Handle a request to manipulate unknown children <a href="on-unknown-children.html">tag</a> for the specified <a href="on-unknown-children.html">widgetTag</a>.</p><p class="paragraph">This function will be invoked every time an operation occurs on unknown children. For example, three buttons inside an unknown children container will see this function invoked three times. Use the <a href="on-unknown-children.html">widgetTag</a> and <a href="on-unknown-children.html">tag</a> combination to de-duplicate the callbacks if desired.</p></div></div>
</div>
<div class="footer">
<span class="go-to-top-icon"><a href="#content" id="go-to-top-link"></a></span><span>© 2023 Copyright</span><span class="pull-right"><span>Generated by </span><a href="https://github.com/Kotlin/dokka"><span>dokka</span><span class="padded-icon"></span></a></span>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
<div class="cover ">
<h1 class="cover"><span>on</span><wbr><span>Unknown</span><wbr><span><span>Modifier</span></span></h1>
</div>
<div class="platform-hinted " data-platform-hinted="data-platform-hinted"><div class="content sourceset-dependent-content" data-active="" data-togglable=":redwood-protocol-host:dokkaHtmlPartial/commonMain"><div class="symbol monospace"><span class="token keyword">abstract </span><span class="token keyword"></span><span class="token keyword">fun </span><a href="on-unknown-modifier.html"><span class="token function">onUnknownModifier</span></a><span class="token punctuation">(</span><span class="parameters "><span class="parameter ">tag<span class="token operator">: </span><a href="../../../redwood-protocol/app.cash.redwood.protocol/-modifier-tag/index.html">ModifierTag</a></span></span><span class="token punctuation">)</span></div><p class="paragraph">Handle a request to create an unknown layout modifier <a href="on-unknown-modifier.html">tag</a>.</p></div></div>
<div class="platform-hinted " data-platform-hinted="data-platform-hinted"><div class="content sourceset-dependent-content" data-active="" data-togglable=":redwood-protocol-host:dokkaHtmlPartial/commonMain"><div class="symbol monospace"><span class="token keyword">abstract </span><span class="token keyword"></span><span class="token keyword">fun </span><a href="on-unknown-modifier.html"><span class="token function">onUnknownModifier</span></a><span class="token punctuation">(</span><span class="parameters "><span class="parameter ">tag<span class="token operator">: </span><a href="../../../redwood-protocol/app.cash.redwood.protocol/-modifier-tag/index.html">ModifierTag</a></span></span><span class="token punctuation">)</span></div><p class="paragraph">Handle a request to create an unknown layout modifier <a href="on-unknown-modifier.html">tag</a>.</p><p class="paragraph">This function will be invoked every time a modifier with an unknown tag is used. For example, three widgets each using the unknown modifier will see this function invoked three times. Modifiers are serialized as a chain, so updating an unrelated modifier in a chain which also contains an unknown modifier will cause this function to be invoked again. Use the <a href="on-unknown-modifier.html">tag</a> to de-duplicate the callbacks if desired.</p></div></div>
</div>
<div class="footer">
<span class="go-to-top-icon"><a href="#content" id="go-to-top-link"></a></span><span>© 2023 Copyright</span><span class="pull-right"><span>Generated by </span><a href="https://github.com/Kotlin/dokka"><span>dokka</span><span class="padded-icon"></span></a></span>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
<div class="cover ">
<h1 class="cover"><span>on</span><wbr><span>Unknown</span><wbr><span><span>Property</span></span></h1>
</div>
<div class="platform-hinted " data-platform-hinted="data-platform-hinted"><div class="content sourceset-dependent-content" data-active="" data-togglable=":redwood-protocol-host:dokkaHtmlPartial/commonMain"><div class="symbol monospace"><span class="token keyword">abstract </span><span class="token keyword"></span><span class="token keyword">fun </span><a href="on-unknown-property.html"><span class="token function">onUnknownProperty</span></a><span class="token punctuation">(</span><span class="parameters "><span class="parameter ">widgetTag<span class="token operator">: </span><a href="../../../redwood-protocol/app.cash.redwood.protocol/-widget-tag/index.html">WidgetTag</a><span class="token punctuation">, </span></span><span class="parameter ">tag<span class="token operator">: </span><a href="../../../redwood-protocol/app.cash.redwood.protocol/-property-tag/index.html">PropertyTag</a></span></span><span class="token punctuation">)</span></div><p class="paragraph">Handle a request to set an unknown property <a href="on-unknown-property.html">tag</a> for the specified <a href="on-unknown-property.html">widgetTag</a>.</p></div></div>
<div class="platform-hinted " data-platform-hinted="data-platform-hinted"><div class="content sourceset-dependent-content" data-active="" data-togglable=":redwood-protocol-host:dokkaHtmlPartial/commonMain"><div class="symbol monospace"><span class="token keyword">abstract </span><span class="token keyword"></span><span class="token keyword">fun </span><a href="on-unknown-property.html"><span class="token function">onUnknownProperty</span></a><span class="token punctuation">(</span><span class="parameters "><span class="parameter ">widgetTag<span class="token operator">: </span><a href="../../../redwood-protocol/app.cash.redwood.protocol/-widget-tag/index.html">WidgetTag</a><span class="token punctuation">, </span></span><span class="parameter ">tag<span class="token operator">: </span><a href="../../../redwood-protocol/app.cash.redwood.protocol/-property-tag/index.html">PropertyTag</a></span></span><span class="token punctuation">)</span></div><p class="paragraph">Handle a request to set an unknown property <a href="on-unknown-property.html">tag</a> for the specified <a href="on-unknown-property.html">widgetTag</a>.</p><p class="paragraph">This function will be invoked every time an operation occurs on the property. For example, a timer updating the unknown property every second will see this function invoked every second. Use the <a href="on-unknown-property.html">widgetTag</a> and <a href="on-unknown-property.html">tag</a> combination to de-duplicate the callbacks if desired.</p></div></div>
</div>
<div class="footer">
<span class="go-to-top-icon"><a href="#content" id="go-to-top-link"></a></span><span>© 2023 Copyright</span><span class="pull-right"><span>Generated by </span><a href="https://github.com/Kotlin/dokka"><span>dokka</span><span class="padded-icon"></span></a></span>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
<div class="cover ">
<h1 class="cover"><span>on</span><wbr><span>Unknown</span><wbr><span><span>Widget</span></span></h1>
</div>
<div class="platform-hinted " data-platform-hinted="data-platform-hinted"><div class="content sourceset-dependent-content" data-active="" data-togglable=":redwood-protocol-host:dokkaHtmlPartial/commonMain"><div class="symbol monospace"><span class="token keyword">abstract </span><span class="token keyword"></span><span class="token keyword">fun </span><a href="on-unknown-widget.html"><span class="token function">onUnknownWidget</span></a><span class="token punctuation">(</span><span class="parameters "><span class="parameter ">tag<span class="token operator">: </span><a href="../../../redwood-protocol/app.cash.redwood.protocol/-widget-tag/index.html">WidgetTag</a></span></span><span class="token punctuation">)</span></div><p class="paragraph">Handle a request to create an unknown widget <a href="on-unknown-widget.html">tag</a>.</p></div></div>
<div class="platform-hinted " data-platform-hinted="data-platform-hinted"><div class="content sourceset-dependent-content" data-active="" data-togglable=":redwood-protocol-host:dokkaHtmlPartial/commonMain"><div class="symbol monospace"><span class="token keyword">abstract </span><span class="token keyword"></span><span class="token keyword">fun </span><a href="on-unknown-widget.html"><span class="token function">onUnknownWidget</span></a><span class="token punctuation">(</span><span class="parameters "><span class="parameter ">tag<span class="token operator">: </span><a href="../../../redwood-protocol/app.cash.redwood.protocol/-widget-tag/index.html">WidgetTag</a></span></span><span class="token punctuation">)</span></div><p class="paragraph">Handle a request to create an unknown widget <a href="on-unknown-widget.html">tag</a>.</p><p class="paragraph">This function will be invoked every time a widget with an unknown tag is created. For example, a row containing three unknown widgets will see this function invoked three times. Use the <a href="on-unknown-widget.html">tag</a> to de-duplicate the callbacks if desired.</p></div></div>
</div>
<div class="footer">
<span class="go-to-top-icon"><a href="#content" id="go-to-top-link"></a></span><span>© 2023 Copyright</span><span class="pull-right"><span>Generated by </span><a href="https://github.com/Kotlin/dokka"><span>dokka</span><span class="padded-icon"></span></a></span>
Expand Down
Loading

0 comments on commit 7e308fd

Please sign in to comment.