91
edits
Buttchouda (talk | contribs) |
Buttchouda (talk | contribs) |
||
Line 866: | Line 866: | ||
<code>getter: () => any</code> The getter function to be executed. | <code>getter: () => any</code> The getter function to be executed. | ||
<code>setter: ( | <code>setter: (value: any) => any</code> The getter function to be executed, with the <code>value</code> argument containing the value being set. | ||
'''Example''' | '''Example''' |
edits