EvArasEntity Interface
The EvArasEntity TS interface defines a blueprint of a JS object that specifies an item from the Aras Innovator platform.
Properties
An EvArasEntity object has the following properties:
optional itemType: string;A string, the item type of a given item in the Aras Innovator platform.
optional itemId: string;A string, the unique identifier of a given item in the Aras Innovator platform.
optional revision: string;A string, the revision of a given item in the Aras Innovator platform.
optional classification: string;A string, the classification of a given item in the Aras Innovator platform.
optional propertyName: string;A string, the name of a property of a given item in the Aras Innovator platform.
Examples
{
itemType: "part",
itemId: "abcdefg",
revision: "A",
classification: "shaft",
propertyName: "Part Number"
}
07 April 2025