Skip to content

Commit

Permalink
deploy: bff127b
Browse files Browse the repository at this point in the history
  • Loading branch information
jayohms committed Sep 21, 2023
1 parent 92ea183 commit 1f577b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion reference/elements.html
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@
<h1>Bridge Elements</h1>
<p>The <code>BridgeElement</code> class lets you easily use bridge-specific data and behaviors on elements in your components. You can wrap any element in a <code>new BridgeElement(myElement)</code> within your bridge components to access the following:</p>
<ul>
<li><code>title</code>: Returns the title of the element, attempting to use a <code>data-bridge-title</code> value first, otherwise falling back to the element’s <code>textContent</code> or <code>value</code>.</li>
<li><code>title</code>: Returns the title of the element, attempting to use a <code>data-bridge-title</code> value first, the <code>aria-label</code> value second, then otherwise falling back to the element’s <code>textContent</code> or <code>value</code>.</li>
<li><code>disabled</code>: Returns whether the element is disabled with the <code>data-bridge-disabled</code> attribute.</li>
<li><code>enabled</code>: Returns the opposite of <code>disabled</code>.</li>
<li><code>enableForComponent(component)</code>: Removes the <code>data-bridge-disabled</code> attribute on the element.</li>
Expand Down

0 comments on commit 1f577b6

Please sign in to comment.