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