hosanna-ui-docs - v0.9.0
    Preparing search index...

    VirtualNodeFieldObserverManager is a class responsible for managing field observers for web-based SG nodes. It allows adding, removing, and notifying observers of field changes.

    Implements

    Index

    Constructors

    Properties

    The node associated with this observer manager.

    observers: Record<string, FieldObserver[]> = {}

    A record of observers, keyed by field names.

    Methods