You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As a user of the scl-lib function that converts a LNodeType element and its tree structure into the object Selection. This function comes handy when using it in combination with the oscd-tree-grid component existing in the OpenSCD eco.
Requirement:
export function lNodeTypeToSelection(lNodeType:Element): TreeSelection
with TreeSelection being { [name: string]: TreeSelection;}
The text was updated successfully, but these errors were encountered:
As a user of the
scl-lib
function that converts aLNodeType
element and its tree structure into the objectSelection
. This function comes handy when using it in combination with theoscd-tree-grid
component existing in the OpenSCD eco.Requirement:
lNodeTypeToSelection(lNodeType:Element): TreeSelection
TreeSelection
being{ [name: string]: TreeSelection;}
The text was updated successfully, but these errors were encountered: