is object

This block is part of the condition group and was last modified in core v10.4.28.

is object v10.4.28

In pins 1
  • Value required
    value

    The value to be checked.

Out pins 1
  • condition
    condition

    The condition that tells if the given value is a object or not.

True when the value pin holds an object OR an array (JS typeof semantics: arrays count as objects); false for nil, missing, numbers, booleans, and strings - JSON text is not parsed. To exclude arrays, combine with an is-array check.

A typical wiring for is object: the condition out pin feeds branch.

Studio canvas example for the is object block: typical wiring for is object.

Version history

Introduced in v10.4.28.


Back to condition Return to the main group to view all sub-groups Back to value Return to the group to view all blocks within this group