UNPKG

react-antd-admin-panel

Version:

Easy prototyping admin panel using React and Antd

22 lines (21 loc) 558 B
import Default from "./Default"; export default class Tree extends Default { _children: any; env: any; /** Component-return functions. * - Call .tsx functions from the model * - Functions will be set at the end of the .tsx */ selectNode: any; expandNode: any; reloadLocal: any; constructor(); _nodeAdd: any; nodeAdd(v: any): this; _nodeRemove: any; nodeRemove(v: any): this; _getOnChild: any; getOnChild(v: any): this; _getOnChildIgnoreIf: any; getOnChildIgnoreIf(v: any): this; }