We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e85ea3a commit ccb5b3bCopy full SHA for ccb5b3b
index.html
@@ -7814,6 +7814,17 @@ <h3>Processing actions</h3>
7814
<li><p>Set the <code>button</code> property of <var>action</var>
7815
to <var>button</var>.
7816
7817
+<li><p>Let <var>width</var> be the result
7818
+ of getting the property <code>width</code>
7819
+ from <var>action item</var>.
7820
+
7821
+ <li><p>If <var>width</var> is not a <a>Number</a> greater than or
7822
+ equal to 0 return <a>error</a> with <a>error code</a>
7823
+ <a>invalid argument</a>.
7824
7825
+ <li><p>Set the <code>width</code> property of <var>action</var>
7826
+ to <var>width</var>.
7827
7828
<li><p>Return success with data <a><code>null</code></a>.
7829
</ol>
7830
0 commit comments