We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a4b526f commit b9b6351Copy full SHA for b9b6351
README.md
@@ -30,6 +30,7 @@ constructor options:
30
31
- `get(name, param)`: popup a ldcover `name`, and expect return value from it.
32
- when `name` is a string, look up a ldcover named `name` in local cache or in "#{@path}/#name"
33
+ - will also lookup up in local DOM for name in this selector: `.ldcvmgr[data-name]`
34
- when `name` is an object, load it by `@plotdb/block` manager.
35
- interface of the loaded block should be a `ldcover` object.
36
- when `param` is provided, it will be sent to `on` event as params.
0 commit comments