- Preparing search index...
- The search index is not available
Documentation
Function isValidNodeUserDataValue
- isValidNodeUserDataValue<Key>(key: Key, value?: ValidatedNodeUserDataEntries[Key]): boolean
-
Type Parameters
-
Key extends "sheetMaterialId" | "laserSheetCuttingGasId" | "tubeMaterialId" | "tubeSpecificationId" | "sheetFilterSheetIds" | "sheetTappingData"
Parameters
-
key: Key
-
Optional
value: ValidatedNodeUserDataEntries[Key]
Returns boolean
Check if a user data entry is valid.
Type-checking is not part of this function (use isNodeUserDataEntryType() instead).
For user data values that correspond to table entries check, that there are matching table entries.
Invalid values will result in the violation of a generic data consistency constraint.