Skip to content

Commit

Permalink
Deploying to gh-pages from @ c142381 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
facebook-github-bot committed Oct 14, 2024
1 parent 1275b0e commit da6af6f
Show file tree
Hide file tree
Showing 13 changed files with 20 additions and 20 deletions.
2 changes: 1 addition & 1 deletion reference/litho-annotations/navigation.html
Original file line number Diff line number Diff line change
Expand Up @@ -2802,7 +2802,7 @@
<a href="../litho-core/com.facebook.litho.binders/on-bind.html"><span class="nav-link-grid"><span class="nav-link-child nav-icon function"></span><span class="nav-link-child"><span>on</span><wbr><span><span>Bind()</span></span></span></span></a>
</div>
</div>
<div class="sideMenuPart" id="litho-core-nav-submenu-4-2" pageid="litho-core::com.facebook.litho.binders//onBindWithDescription/com.facebook.litho.Style#kotlin.String#kotlin.Array[kotlin.Any?]#com.facebook.rendercore.primitives.BindFunc[android.view.View]/PointingToDeclaration//947585829">
<div class="sideMenuPart" id="litho-core-nav-submenu-4-2" pageid="litho-core::com.facebook.litho.binders//onBindWithDescription/com.facebook.litho.Style#kotlin.Function0[kotlin.String]#kotlin.Array[kotlin.Any?]#com.facebook.rendercore.primitives.BindFunc[android.view.View]/PointingToDeclaration//947585829">
<div class="overview">
<a href="../litho-core/com.facebook.litho.binders/on-bind-with-description.html"><span class="nav-link-grid"><span class="nav-link-child nav-icon function"></span><span class="nav-link-child"><span>on</span><wbr><span>Bind</span><wbr><span>With</span><wbr><span><span>Description()</span></span></span></span></a>
</div>
Expand Down
6 changes: 3 additions & 3 deletions reference/litho-core/com.facebook.litho.binders/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -102,17 +102,17 @@ <h2 class="">Functions</h2>
</div>
</div>
</div>
<a data-name="1640520729%2FFunctions%2F947585829" anchor-label="onBindWithDescription" id="1640520729%2FFunctions%2F947585829" data-filterable-set=":litho-core:dokkaHtmlPartial/release"></a>
<a data-name="-2007683350%2FFunctions%2F947585829" anchor-label="onBindWithDescription" id="-2007683350%2FFunctions%2F947585829" data-filterable-set=":litho-core:dokkaHtmlPartial/release"></a>
<div class="table-row" data-filterable-current=":litho-core:dokkaHtmlPartial/release" data-filterable-set=":litho-core:dokkaHtmlPartial/release">
<div class="main-subrow keyValue ">
<div class=""><span class="inline-flex">
<div><a href="on-bind-with-description.html"><span>on</span><wbr><span>Bind</span><wbr><span>With</span><wbr><span><span>Description</span></span></a></div>
<span class="anchor-wrapper"><span class="anchor-icon" pointing-to="1640520729%2FFunctions%2F947585829"></span>
<span class="anchor-wrapper"><span class="anchor-icon" pointing-to="-2007683350%2FFunctions%2F947585829"></span>
<div class="copy-popup-wrapper "><span class="copy-popup-icon"></span><span>Link copied to clipboard</span></div>
</span></span></div>
<div>
<div class="title">
<div class="platform-hinted " data-platform-hinted="data-platform-hinted"><div class="content sourceset-dependent-content" data-active="" data-togglable=":litho-core:dokkaHtmlPartial/release"><div class="symbol monospace"><span class="token keyword">inline </span><span class="token keyword">fun </span><a href="../com.facebook.litho/-style/index.html">Style</a><span class="token punctuation">.</span><a href="on-bind-with-description.html"><span class="token function"><strike>onBindWithDescription</strike></span></a><span class="token punctuation">(</span><span class="parameters "><span class="parameter ">name<span class="token operator">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html">String</a><span class="token punctuation">, </span></span><span class="parameter ">func<span class="token operator">: </span><span data-unresolved-link="com.facebook.rendercore.primitives/BindFunc///PointingToDeclaration/">BindFunc</span><span class="token operator">&lt;</span><a href="https://developer.android.com/reference/kotlin/android/view/View.html">View</a><span class="token operator">&gt;</span></span></span><span class="token punctuation">)</span><span class="token operator">: </span><a href="../com.facebook.litho/-style/index.html">Style</a></div><br><div class="symbol monospace"><span class="token keyword">inline </span><span class="token keyword">fun </span><a href="../com.facebook.litho/-style/index.html">Style</a><span class="token punctuation">.</span><a href="on-bind-with-description.html"><span class="token function">onBindWithDescription</span></a><span class="token punctuation">(</span><span class="parameters "><span class="parameter ">name<span class="token operator">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html">String</a><span class="token punctuation">, </span></span><span class="parameter "><span class="token keyword">vararg </span>deps<span class="token operator">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html">Any</a><span class="token operator">?</span><span class="token punctuation">, </span></span><span class="parameter ">func<span class="token operator">: </span><span data-unresolved-link="com.facebook.rendercore.primitives/BindFunc///PointingToDeclaration/">BindFunc</span><span class="token operator">&lt;</span><a href="https://developer.android.com/reference/kotlin/android/view/View.html">View</a><span class="token operator">&gt;</span></span></span><span class="token punctuation">)</span><span class="token operator">: </span><a href="../com.facebook.litho/-style/index.html">Style</a></div><div class="brief "><p class="paragraph">This <a href="../com.facebook.litho/-style/index.html">Style</a> adds a mount callbacks. The <span data-unresolved-link="com.facebook.rendercore.primitives/BindFunc///PointingToDeclaration/">BindFunc</span> is invoked when the Component is mounted, and it receives a BindScope and the <a href="https://developer.android.com/reference/kotlin/android/view/View.html">View</a> this Component rendered to. The <span data-unresolved-link="com.facebook.rendercore.primitives/BindFunc///PointingToDeclaration/">BindFunc</span> must return an UnbindFunc and it must undo any mutations made to the <a href="https://developer.android.com/reference/kotlin/android/view/View.html">View</a> in the <span data-unresolved-link="com.facebook.rendercore.primitives/BindFunc///PointingToDeclaration/">BindFunc</span>. This API can be used to create higher-order Styles.</p></div></div></div>
<div class="platform-hinted " data-platform-hinted="data-platform-hinted"><div class="content sourceset-dependent-content" data-active="" data-togglable=":litho-core:dokkaHtmlPartial/release"><div class="symbol monospace"><span class="token keyword">inline </span><span class="token keyword">fun </span><a href="../com.facebook.litho/-style/index.html">Style</a><span class="token punctuation">.</span><a href="on-bind-with-description.html"><span class="token function"><strike>onBindWithDescription</strike></span></a><span class="token punctuation">(</span><span class="parameters "><span class="parameter ">name<span class="token operator">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html">String</a><span class="token punctuation">, </span></span><span class="parameter ">func<span class="token operator">: </span><span data-unresolved-link="com.facebook.rendercore.primitives/BindFunc///PointingToDeclaration/">BindFunc</span><span class="token operator">&lt;</span><a href="https://developer.android.com/reference/kotlin/android/view/View.html">View</a><span class="token operator">&gt;</span></span></span><span class="token punctuation">)</span><span class="token operator">: </span><a href="../com.facebook.litho/-style/index.html">Style</a></div><br><div class="symbol monospace"><span class="token keyword">inline </span><span class="token keyword">fun </span><a href="../com.facebook.litho/-style/index.html">Style</a><span class="token punctuation">.</span><a href="on-bind-with-description.html"><span class="token function">onBindWithDescription</span></a><span class="token punctuation">(</span><span class="parameters "><span class="parameter "><span class="token keyword">noinline </span>description<span class="token operator">: </span><span class="token punctuation">(</span><span class="token punctuation">)</span><span class="token operator"> -&gt; </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html">String</a><span class="token punctuation">, </span></span><span class="parameter "><span class="token keyword">vararg </span>deps<span class="token operator">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html">Any</a><span class="token operator">?</span><span class="token punctuation">, </span></span><span class="parameter ">func<span class="token operator">: </span><span data-unresolved-link="com.facebook.rendercore.primitives/BindFunc///PointingToDeclaration/">BindFunc</span><span class="token operator">&lt;</span><a href="https://developer.android.com/reference/kotlin/android/view/View.html">View</a><span class="token operator">&gt;</span></span></span><span class="token punctuation">)</span><span class="token operator">: </span><a href="../com.facebook.litho/-style/index.html">Style</a></div><div class="brief "><p class="paragraph">This <a href="../com.facebook.litho/-style/index.html">Style</a> adds a mount callbacks. The <span data-unresolved-link="com.facebook.rendercore.primitives/BindFunc///PointingToDeclaration/">BindFunc</span> is invoked when the Component is mounted, and it receives a BindScope and the <a href="https://developer.android.com/reference/kotlin/android/view/View.html">View</a> this Component rendered to. The <span data-unresolved-link="com.facebook.rendercore.primitives/BindFunc///PointingToDeclaration/">BindFunc</span> must return an UnbindFunc and it must undo any mutations made to the <a href="https://developer.android.com/reference/kotlin/android/view/View.html">View</a> in the <span data-unresolved-link="com.facebook.rendercore.primitives/BindFunc///PointingToDeclaration/">BindFunc</span>. This API can be used to create higher-order Styles.</p></div></div></div>
</div>
</div>
</div>
Expand Down
Loading

0 comments on commit da6af6f

Please sign in to comment.