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
createXdsm(xdsmFormat) : create XDSM hierarchy wrt to xdsmFormat
createSelectableXdsm(xdsmFormat, callback) : create single-level selectable XDSM where callback is a function receiving { fr: fromNodeId, to: toNodeId } when a node or a connection is clicked and return a SelectableXdsm which can be updated with updateMdo(xdsmFormat) and setSelection({ fr: fromNodeId, to: toNodeId }).