Bluestep JS Documentation
    Preparing search index...

    Interface HasTypeName

    Interface for classes that have a TypeDoc typename.

    interface HasTypeName {
        typeName(): string;
    }

    Implemented by

    Index

    Methods

    Methods

    • Returns the bluestep.js classpath for the current object.

      Returns string

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