Please enable JavaScript to view this site.

Knowledge Bridge Documentation

Help version: 3.3.8

 

You define (and create) a JavaScript object with an object literal:

 

 var person = {firstName:"John", lastName:"Doe", age:50, eyeColor:"blue"};

 

The name:values pairs in JavaScript objects are called properties.

 

objectName.propertyName

 

Or

 

objectName["propertyName"]

 

Examples:

 

person.lastName;

 
person["lastName"];

 
One example of the use of objects in kBridge is the position spec.

Knowledge Bridge from Engingeering Intent is a full-featured engineering and sales automation environment