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

    DeveloperUtils provides utilities for managing debug flags and mock HTTP responses.

    • Supports loading and retrieving debug flags.
    • Supports registering and retrieving mock HTTP responses.

    Implements

    Index

    Constructors

    Properties

    debugFlags: JsonData = {}

    Debug flags loaded from JSON.

    httpResponses: Record<string, IHsFetchResponse> = {}

    Registered mock HTTP responses.

    Methods