-
Notifications
You must be signed in to change notification settings - Fork 5
XcTree
PatrickVonMassow-GIP edited this page Aug 22, 2024
·
2 revisions
XcTree
XcTree is a simple and fast way to visualize complete datatypes.
-
xc-tree-datasource
: Attribute to pass data through
<xc-tree [xc-tree-datasource]="treeDataSource"></xc-tree>
treeDataSource: XcStructureTreeDataSource;
constructor(...) {
this.treeDataSource = new XcStructureTreeDataSource(this.apiService, this.i18nService, environment.zeta.xo.runtimeContext, this.data);
}