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 this library, I want to be able to change the order of FCDA element in a DataSet. I want the library to make sure that the confRev of all connected control blocks is updated.
function moveFCDA(fcda:Element, relativePisition: number): Edit[]
Requirements
return empty array when relativePosition points to an invalid spot.
The text was updated successfully, but these errors were encountered:
As a user of this library, I want to be able to change the order of FCDA element in a DataSet. I want the library to make sure that the confRev of all connected control blocks is updated.
function moveFCDA(fcda:Element, relativePisition: number): Edit[]
Requirements
relativePosition
points to an invalid spot.The text was updated successfully, but these errors were encountered: