Type Alias TreeActionRef

TreeActionRef: {
    collapseAll: () => void;
    hideAll: () => void;
    selectSiblings: (element: Core.Webgl.Element3D) => void;
    showAll: () => void;
}