You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+40-5Lines changed: 40 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,6 +25,8 @@ Below is a list of these methods and properties. Then you can see [an example im
25
25
-[`_afterInitialize()`](#_afterinitialize)
26
26
-[`initialize()`](#initialize)
27
27
-[`defaults`](#defaults)
28
+
-[`defaultSettings`](#defaultsettings)
29
+
-[`defaultProps`](#defaultprops)
28
30
29
31
30
32
### `constructor()`
@@ -77,7 +79,8 @@ A getter that returns an object with default options, settings, or configuration
77
79
_`public`_
78
80
_**`since v3.0.0`**_
79
81
80
-
A getter that returns an object with predefined props, which can be represented as a list of flags (aka properties API) that affects your settings, etc.
82
+
A getter that returns an object with predefined props.
83
+
Most often this is a list of options that are not included in the list of certain options of your plugin. But you need them for individual processing your options, settings, data, etc.
81
84
82
85
---
83
86
@@ -99,19 +102,27 @@ export class SomeJqueryPluginAbstract extends WebPluginInterface {
0 commit comments