hosanna-ui-docs - v0.9.0
    Preparing search index...
    • Decorator for read-only observable fields in a class. Automatically notifies observers when the field changes but does not trigger re-renders.

      Parameters

      • target: any

        The target class.

      • key: string

        The property key.

      Returns void