hosanna-ui-docs - v0.9.0
    Preparing search index...
    • Decorator for marking a class or property as a Hosanna struct. Used to annotate view models or data structures for the Hosanna UI framework.

      Parameters

      • viewName: string

        The name of the view or struct.

      • isGroup: boolean = false

        Whether this struct represents a group (default: false).

      Returns (target: any, key?: string) => void

      A decorator function for the target class or property.