pointlinejs
Preparing search index...
vendor/treant/Treant
Treant
Class Treant
Chart constructor.
Index
Constructors
constructor
Methods
destroy
export
Tree
To
JSON
get
Json
Config
get
Node
Db
init
Constructors
constructor
new
Treant
(
jsonConfigService
:
JSONconfig
,
treeStore
:
TreeStore
,
nodeDB
:
NodeDB
,
)
:
Treant
Parameters
jsonConfigService
:
JSONconfig
treeStore
:
TreeStore
nodeDB
:
NodeDB
Returns
Treant
Methods
destroy
destroy
()
:
void
Returns
void
export
Tree
To
JSON
exportTreeToJSON
()
:
ChartStructure
Returns
ChartStructure
get
Json
Config
getJsonConfig
()
:
ChartStructure
Returns
ChartStructure
get
Node
Db
getNodeDb
()
:
Promise
<
NodeDB
>
Returns
Promise
<
NodeDB
>
init
init
(
jsonConfig
:
ChartConfigType
,
callback
?:
(
tree
:
Tree
)
=>
void
,
jQuery
?:
JQueryStatic
,
)
:
Promise
<
Tree
>
Parameters
jsonConfig
:
ChartConfigType
Optional
callback
:
(
tree
:
Tree
)
=>
void
Optional
jQuery
:
JQueryStatic
Returns
Promise
<
Tree
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Methods
destroy
export
Tree
To
JSON
get
Json
Config
get
Node
Db
init
pointlinejs
Loading...
Chart constructor.