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

    Interface IObserver

    Interface representing an observer that can be notified of changes.

    interface IObserver {
        _oid?: string;
    }

    Implemented by

    Index

    Properties

    Properties

    _oid?: string

    Optional unique object identifier for the observer.