MCPcopy
hub / github.com/dabeng/OrgChart / constructor

Method constructor

test/e2e/drag-drop/page-model.js:6–16  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

4
5export default class Page {
6 constructor () {
7 this.laolao = nodes.withText('Lao Lao');
8 this.bomiao = nodes.withText('Bo Miao');
9 this.sumiao = nodes.withText('Su Miao');
10 this.hongmiao = nodes.withText('Hong Miao');
11 this.lixin = nodes.withText('Li Xin');
12 this.tiehua = nodes.withText('Tie Hua');
13 this.heihei = nodes.withText('Hei Hei');
14 this.pangpang = nodes.withText('Pang Pang');
15 this.dandan = nodes.withText('Dan Dan');
16 }
17}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected