mobx-bonsai
    Preparing search index...

    Function isFrozenNode

    • Checks if the given node is frozen. A frozen node is a node that cannot be modified.

      Parameters

      • node: object

        The object to check.

      Returns boolean

      true if the object is a node and is frozen, false otherwise.