MCPcopy Create free account
hub / github.com/sshwsfc/xadmin / constructor

Function constructor

xadmin-dashboard/src/editor/fields/DataPathText.js:15–22  ·  view source on GitHub ↗
(props, context)

Source from the content-addressed store, hash-verified

13class TextModal extends React.Component {
14
15 constructor(props, context) {
16 super(props, context)
17 this.state = {
18 showModal : false,
19 jsonPath : '',
20 inputValue: ''
21 }
22 }
23 // 获取json对象路径
24 InspectorClick = (e) => {
25 this.setState({

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected