AJSF API reference
    Preparing search index...

    Function isEmpty

    • 'isEmpty' utility function

      Similar to !hasValue, but also returns true for empty arrays and objects.

      // value - the value to check // { boolean } - false if undefined, null, or '', otherwise true

      Parameters

      • value: any

      Returns boolean