Facilitates finding [[FieldMetaData]] objects with all the tools of [[BaseObjectLookup]]
Readonly
TODO
An object of all of the associated [[FieldMetaData]] objects.
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 [[FieldMetaData]] objects with all the tools of [[BaseObjectLookup]]