recordId
Represents the id of the current record, if a record is loaded, otherwise it will return null.
Example Usages
if(brixxApi.recordId){
console.log("the current record id is: " + brixxApi.recordId);
}else{
console.log("sorry, no record loaded");
}