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 ec9048b commit 8f5815fCopy full SHA for 8f5815f
src/lib/updating-element.ts
@@ -297,6 +297,7 @@ export abstract class UpdatingElement extends HTMLElement {
297
* `createPropertyDescriptor` internally to get a descriptor to install.
298
* To customize what properties do when they are get or set, override
299
* `createPropertyDescriptor`. To customize the options for a property,
300
+ * implement `createProperty` like this:
301
*
302
* static createProperty(name, options) {
303
* options = Object.assign(options, {myOption: true});
0 commit comments