Facilitates finding [[FormMetaData]] objects with all the tools of [[BaseObjectLookup]].
Readonly
TODO
const frontDeskReports = B.BaseObjectLookup().byAltId('_frontDesk');const individualHeader = mergeReports['individualHeader']; Copy
const frontDeskReports = B.BaseObjectLookup().byAltId('_frontDesk');const individualHeader = mergeReports['individualHeader'];
Returns the bluestep.js classpath for the current object.
const isBool = testForm.fields.mysteryField.typeName().toLowerCase().includes('boolean') Copy
const isBool = testForm.fields.mysteryField.typeName().toLowerCase().includes('boolean')
Facilitates finding [[FormMetaData]] objects with all the tools of [[BaseObjectLookup]].