Bluestep JS Documentation
    Preparing search index...

    Class BaseObjectLookup<S>

    See [[BaseObjectLookup]] for an explanation of FID, SID, GID, and UID.

    Type Parameters

    Hierarchy (View Summary)

    Implements

    Index

    Constructors

    Properties

    Methods

    Constructors

    Properties

    all: [S]

    TODO

    byFID: { [key: string]: S }

    TODO

    byGID: { [key: string]: S }

    TODO

    byId: { [key: string]: S }

    TODO

    bySID: { [key: string]: S }

    TODO

    Methods

    • TODO

      Parameters

      • altIdKey: string

      Returns { [key: string]: S }

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

      Returns string

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