A [[BaseObjectLookup]] for [[ReportMetaData]]

Hierarchy

Constructors

Properties

Methods

Constructors

Properties

TODO

byFID: {
    [key: string]: S;
}

TODO

Type declaration

  • [key: string]: S
byGID: {
    [key: string]: S;
}

TODO

Type declaration

  • [key: string]: S
byId: {
    [key: string]: S;
}

TODO

Type declaration

  • [key: string]: S
bySID: {
    [key: string]: S;
}

TODO

Type declaration

  • [key: string]: S

Methods

  • TODO

    Parameters

    • altIdKey: string

    Returns {
        [key: string]: S;
    }

    • [key: string]: S

    Example

    const frontDeskReports = B.BaseObjectLookup().byAltId('_frontDesk');
    const individualHeader = mergeReports['individualHeader'];```
  • Returns the bluestep.js classpath for the current object.

    Returns string

    Example

    const isBool = testForm.fields.mysteryField.typeName().toLowerCase().includes('boolean')
    

Generated using TypeDoc