MCPcopy
hub / github.com/layui/layui / constructor

Method constructor

examples/test/test.js:9–13  ·  view source on GitHub ↗
(options)

Source from the content-addressed store, hash-verified

7
8class Test {
9 constructor(options) {
10 lay.extend(this.options, options);
11 this.#init();
12 this.#render();
13 }
14
15 static stats = {
16 total: 0,

Callers 1

jquery.jsFile · 0.80

Calls 2

#initMethod · 0.95
#renderMethod · 0.95

Tested by

no test coverage detected