UNPKG

@egeonu/tree

Version:

Tree package for building Tree UI compoenent. It includes a fully customizable react component, stand-alone object builder and a custome HTML element. ## Getting Started `npm i @egeonu/tree` ## Usage A few examples of useful commands and/or tasks. #

11 lines (10 loc) 312 B
export declare class TreeNodeElement extends HTMLElement { static observedAttributes: string[]; private displayHolder; constructor(); set hiddenChildren(val: boolean); get hiddenChildren(): boolean; get disabled(): boolean; set disabled(val: boolean); get childrenId(): string; }